summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-04-08 01:59:27 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-04-08 01:59:27 +0200
commit135377f15747dbabf4a81c2b6982c50b11b429ab (patch)
tree11ce4f0bd909d6a48bfd92f99d46b7d08fcfedb2
parent4523dc7f800db03f6bd86c84772dbe5ac39db851 (diff)
downloademacs-135377f15747dbabf4a81c2b6982c50b11b429ab.tar.gz
Fix typos in comments.
-rw-r--r--lisp/bs.el4
-rw-r--r--lisp/cus-face.el2
-rw-r--r--lisp/follow.el2
-rw-r--r--lisp/gnus/ChangeLog2
4 files changed, 5 insertions, 5 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index 72b3e4c6fef..6965af1368c 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -40,7 +40,7 @@
;; | % vc-hooks.el 43605 Emacs-Lisp /usr/share/emacs/19.34/lisp$|
;; -----------------------------------------------------------------------
-;;; Quick Installation und Customization:
+;;; Quick Installation and Customization:
;; To display the bs menu, do
;; M-x bs-show
@@ -1083,7 +1083,7 @@ configuration."
bs-dont-show-regexp (nth 3 list)
bs-dont-show-function (nth 4 list)
bs-buffer-sort-function (nth 5 list))
- ;; for backward compability
+ ;; for backward compatibility
(funcall (cdr list)))
;; else
(ding)
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 0a48c0fbd68..f813b5b84d1 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -348,7 +348,7 @@ FACE's list property `theme-face' \(using `custom-push-theme')."
(put face 'face-override-spec nil)
(face-spec-set face spec t))))))))
-;; XEmacs compability function. In XEmacs, when you reset a Custom
+;; XEmacs compatibility function. In XEmacs, when you reset a Custom
;; Theme, you have to specify the theme to reset it to. We just apply
;; the next theme.
(defun custom-theme-reset-faces (theme &rest args)
diff --git a/lisp/follow.el b/lisp/follow.el
index 7f4093dd442..c76085f6dcb 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -1061,7 +1061,7 @@ Return the selected window."
;; it wasn't just moved here. (i.e. M-> shall not unconditionally place
;; the point in the selected window.)
;;
-;; (Compability cludge: in Emacs `window-end' is equal to `point-max';
+;; (Compatibility cludge: in Emacs `window-end' is equal to `point-max';
;; in XEmacs, it is equal to `point-max + 1'. Should I really bother
;; checking `window-end' now when I check `end-of-buffer' explicitly?)
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ff8ed828d87..baabe5f65b9 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -15214,7 +15214,7 @@
* smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
* smime.el (smime-cert-by-ldap-1): Handle certificates distributed
- in PEM format. Adjust to the XEmacs compability.
+ in PEM format. Adjust to the XEmacs compatibility.
2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>