emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103861: Fix typos in comments.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103861: Fix typos in comments.
Date: Fri, 08 Apr 2011 01:59:27 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103861
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2011-04-08 01:59:27 +0200
message:
  Fix typos in comments.
modified:
  lisp/bs.el
  lisp/cus-face.el
  lisp/follow.el
  lisp/gnus/ChangeLog
=== modified file 'lisp/bs.el'
--- a/lisp/bs.el        2011-04-04 09:35:16 +0000
+++ b/lisp/bs.el        2011-04-07 23:59:27 +0000
@@ -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 @@
                  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)

=== modified file 'lisp/cus-face.el'
--- a/lisp/cus-face.el  2011-01-25 04:08:28 +0000
+++ b/lisp/cus-face.el  2011-04-07 23:59:27 +0000
@@ -348,7 +348,7 @@
              (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)

=== modified file 'lisp/follow.el'
--- a/lisp/follow.el    2011-02-26 15:19:08 +0000
+++ b/lisp/follow.el    2011-04-07 23:59:27 +0000
@@ -1061,7 +1061,7 @@
 ;; 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?)
 

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-04-07 22:48:21 +0000
+++ b/lisp/gnus/ChangeLog       2011-04-07 23:59:27 +0000
@@ -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  <address@hidden>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]