emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs lisp/ChangeLog.13 lisp/faces.el lisp/inte...


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs lisp/ChangeLog.13 lisp/faces.el lisp/inte...
Date: Mon, 26 Oct 2009 15:18:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/10/26 15:18:07

Modified files:
        lisp           : ChangeLog.13 faces.el 
        lisp/international: mule.el 
        lisp/progmodes : compile.el 
        src            : ChangeLog ChangeLog.9 frame.c minibuf.c 

Log message:
        Fix typos in comments.
        
        * minibuf.c (Fall_completions): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog.13?cvsroot=emacs&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/faces.el?cvsroot=emacs&r1=1.448&r2=1.449
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/international/mule.el?cvsroot=emacs&r1=1.289&r2=1.290
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/compile.el?cvsroot=emacs&r1=1.500&r2=1.501
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7827&r2=1.7828
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog.9?cvsroot=emacs&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/emacs/src/frame.c?cvsroot=emacs&r1=1.431&r2=1.432
http://cvs.savannah.gnu.org/viewcvs/emacs/src/minibuf.c?cvsroot=emacs&r1=1.364&r2=1.365

Patches:
Index: lisp/ChangeLog.13
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog.13,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- lisp/ChangeLog.13   10 Apr 2009 04:25:46 -0000      1.10
+++ lisp/ChangeLog.13   26 Oct 2009 15:18:03 -0000      1.11
@@ -958,7 +958,7 @@
        property to t.
 
        * international/mule.el (coding-system-get):
-       Check `ascii-incompatible' for backward compatiblity.
+       Check `ascii-incompatible' for backward compatibility.
        (set-file-name-coding-system): Signal an error for a coding system
        not suitable for file name.
        (set-keyboard-coding-system): Signal an error for a coding system

Index: lisp/faces.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/faces.el,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -b -r1.448 -r1.449
--- lisp/faces.el       2 Oct 2009 03:48:40 -0000       1.448
+++ lisp/faces.el       26 Oct 2009 15:18:04 -0000      1.449
@@ -2159,7 +2159,7 @@
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; Compatiblity with 20.2
+;;; Compatibility with 20.2
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ;; Update a frame's faces when we change its default font.

Index: lisp/international/mule.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -b -r1.289 -r1.290
--- lisp/international/mule.el  3 Sep 2009 06:43:33 -0000       1.289
+++ lisp/international/mule.el  26 Oct 2009 15:18:04 -0000      1.290
@@ -858,7 +858,7 @@
 like `mime-charset' as well as the current style like `:mime-charset'."
   (or (plist-get (coding-system-plist coding-system) prop)
       (if (not (keywordp prop))
-         ;; For backward compatiblity.
+         ;; For backward compatibility.
          (if (eq prop 'ascii-incompatible)
              (not (plist-get (coding-system-plist coding-system)
                              :ascii-compatible-p))
@@ -1023,7 +1023,7 @@
                                         eol-type)
   "Define a new coding system CODING-SYSTEM (symbol).
 This function is provided for backward compatibility."
-  ;; For compatiblity with XEmacs, we check the type of TYPE.  If it
+  ;; For compatibility with XEmacs, we check the type of TYPE.  If it
   ;; is a symbol, perhaps, this function is called with XEmacs-style
   ;; arguments.  Here, try to transform that kind of arguments to
   ;; Emacs style.

Index: lisp/progmodes/compile.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -b -r1.500 -r1.501
--- lisp/progmodes/compile.el   13 Oct 2009 02:59:19 -0000      1.500
+++ lisp/progmodes/compile.el   26 Oct 2009 15:18:04 -0000      1.501
@@ -2339,7 +2339,7 @@
   (goto-char limit)
   nil)
 
-;; Beware: this is not only compatiblity code.  New code stil uses it.  --Stef
+;; Beware: this is not only compatibility code.  New code stil uses it.  --Stef
 (defun compilation-forget-errors ()
   ;; In case we hit the same file/line specs, we want to recompute a new
   ;; marker for them, so flush our cache.

Index: src/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7827
retrieving revision 1.7828
diff -u -b -r1.7827 -r1.7828
--- src/ChangeLog       26 Oct 2009 10:39:41 -0000      1.7827
+++ src/ChangeLog       26 Oct 2009 15:18:04 -0000      1.7828
@@ -1,3 +1,7 @@
+2009-10-26  Juanma Barranquero  <address@hidden>
+
+       * minibuf.c (Fall_completions): Fix typo in docstring.
+
 2009-10-26  Andreas Schwab  <address@hidden>
 
        * puresize.h (PURESIZE_RATIO): Increase back to 10/6.

Index: src/ChangeLog.9
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog.9,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- src/ChangeLog.9     8 Jan 2009 03:15:23 -0000       1.16
+++ src/ChangeLog.9     26 Oct 2009 15:18:06 -0000      1.17
@@ -7374,7 +7374,7 @@
 2000-09-01  Gerd Moellmann  <address@hidden>
 
        * lread.c (read1): Accept `?' as symbol constituent, for
-       compatiblity with XEmacs.
+       compatibility with XEmacs.
 
 2000-08-31  Stefan Monnier  <address@hidden>
 

Index: src/frame.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/frame.c,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -b -r1.431 -r1.432
--- src/frame.c 19 Oct 2009 04:27:15 -0000      1.431
+++ src/frame.c 26 Oct 2009 15:18:06 -0000      1.432
@@ -3398,7 +3398,7 @@
     {
       font_object = arg;
       /* This is to store the XLFD font name in the frame parameter for
-        backward compatiblity.  We should store the font-object
+        backward compatibility.  We should store the font-object
         itself in the future.  */
       arg = AREF (font_object, FONT_NAME_INDEX);
       fontset = FRAME_FONTSET (f);

Index: src/minibuf.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/minibuf.c,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- src/minibuf.c       26 Oct 2009 03:39:19 -0000      1.364
+++ src/minibuf.c       26 Oct 2009 15:18:06 -0000      1.365
@@ -1562,7 +1562,7 @@
 is used to further constrain the set of candidates.
 
 An osbolete optional fourth argument HIDE-SPACES is still accepted for
-backward compatiblity.  If non-nil, strings in COLLECTION that start
+backward compatibility.  If non-nil, strings in COLLECTION that start
 with a space are ignored unless STRING itself starts with a space.  */)
      (string, collection, predicate, hide_spaces)
      Lisp_Object string, collection, predicate, hide_spaces;




reply via email to

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