]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Oct 2011 14:07:31 +0000 (16:07 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Oct 2011 14:07:31 +0000 (16:07 +0200)
doc/emacs/ChangeLog
doc/emacs/emacs.texi
lisp/ChangeLog
lisp/international/mule-conf.el
lisp/org/ChangeLog
lisp/textmodes/reftex.el
src/ChangeLog

index 4b51486069c3f34bcd5f9b7a7bd94275eebb12de..9a501d38375621db854469c3d11935545936742b 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs.texi (Top): Fix typo.
+
 2011-10-25  Glenn Morris  <rgm@gnu.org>
 
        * abbrevs.texi (Saving Abbrevs):
index b25c09aa29dda2deffe5efa05ae9be86ccc47b48..55fdb9ec8758781a308da38137606eeacf49b7a2 100644 (file)
@@ -295,7 +295,7 @@ Help
 * Package Keywords::    Finding Lisp libraries by keywords (topics).
 * Language Help::       Help relating to international language support.
 * Misc Help::           Other help commands.
-* Help Files::          Commands to display auxilliary help files.
+* Help Files::          Commands to display auxiliary help files.
 * Help Echo::           Help on active text and tooltips (`balloon help').
 
 The Mark and the Region
index aa27ea3f97a3410d348ecbf68f6dffe7b020e2a7..9ba25dc89abcaa3230ce7ad85f0209e2d4c412b1 100644 (file)
@@ -1,6 +1,6 @@
 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
 
-       * term/w32-win.el (w32-default-color-map): Declare obsolete.
+       * term/w32-win.el (w32-default-color-map): Declare obsolete.  (Bug#9785)
 
 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
 
index 9ba95e4d11a6768c279a992a2d9a2653c597bf5a..870f2bece286112bc4f722bbf910e58637225f2a 100644 (file)
 (define-charset-alias 'cp866u 'cp1125)
 
 ;; Fixme: C.f. iconv, http://czyborra.com/charsets/codepages.html
-;; shows this as not ASCII comptaible, with various graphics in
+;; shows this as not ASCII compatible, with various graphics in
 ;; 0x01-0x1F.
 (define-charset 'cp437
   "CP437 (MS-DOS United States, Australia, New Zealand, South Africa)"
index 9fbeb9f1882bad813bda15b545850442a89c1742..ae150621dc0b119cf45ad83fb12d3def958882ea 100644 (file)
 
        * org-list.el (org-list-separating-blank-lines-number): Fix
        confusion between point and item beginning.  Now, if no
-       information is avalaible, truly follow user preference when it
+       information is available, truly follow user preference when it
        inserts blank lines manually.
        (org-list-insert-item): Send correct argument to the preceding
        function.
index 6f6993980db662544efb0e2c741d47f55625c6e8..cef8a3d1548d04994f590aba95189a1e0b09c228 100644 (file)
@@ -1522,7 +1522,7 @@ Valid actions are: readable, restore, read, kill, write."
 ;;;    (while all
 ;;;      (when (and (eq (car (car all)) 'bof)
 ;;;              (not (file-regular-p (nth 1 (car all)))))
-;;;     (message "File %s in saved parse info not avalable" (cdr (car all)))
+;;;     (message "File %s in saved parse info not available" (cdr (car all)))
 ;;;     (error "File not found"))
 ;;;      (setq all (cdr all))))
   )
index d68225070d77fd40d2660eaa39cd9f0ae61bff9c..b3d8d4d10ca98f5dcb4086b60ad61174dbc3a578 100644 (file)
@@ -2,7 +2,7 @@
 
        * w32fns.c (w32_default_color_map): New function,
        extracted from Fw32_default_color_map.
-       (Fw32_default_color_map, Fx_open_connection): Use it.
+       (Fw32_default_color_map, Fx_open_connection): Use it.  (Bug#9785)
 
 2011-10-25  Paul Eggert  <eggert@cs.ucla.edu>