]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in comments.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Apr 2011 23:59:27 +0000 (01:59 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Apr 2011 23:59:27 +0000 (01:59 +0200)
lisp/bs.el
lisp/cus-face.el
lisp/follow.el
lisp/gnus/ChangeLog

index 72b3e4c6fef59c957ea03a5f31db94d183cc6bd5..6965af1368ce7d0499501f3174c0508280d480af 100644 (file)
@@ -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)
index 0a48c0fbd685bf9b81f6863d831fd834f270fdbb..f813b5b84d11d7d7ef2e1833ef96691e7b70fb02 100644 (file)
@@ -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)
index 7f4093dd442e1355e76c48a7de5e9bbb57e6de94..c76085f6dcbe149f60d436178b77ebdcc92043f1 100644 (file)
@@ -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?)
 
index ff8ed828d8736fd048522eec010e26d0ece2dd8d..baabe5f65b98599dcc35a90a699484b2ffcee3bd 100644 (file)
        * 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>