emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106199: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106199: Fix typos.
Date: Wed, 26 Oct 2011 16:07:31 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106199
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2011-10-26 16:07:31 +0200
message:
  Fix typos.
modified:
  doc/emacs/ChangeLog
  doc/emacs/emacs.texi
  lisp/ChangeLog
  lisp/international/mule-conf.el
  lisp/org/ChangeLog
  lisp/textmodes/reftex.el
  src/ChangeLog
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-10-25 07:25:45 +0000
+++ b/doc/emacs/ChangeLog       2011-10-26 14:07:31 +0000
@@ -1,3 +1,7 @@
+2011-10-26  Juanma Barranquero  <address@hidden>
+
+       * emacs.texi (Top): Fix typo.
+
 2011-10-25  Glenn Morris  <address@hidden>
 
        * abbrevs.texi (Saving Abbrevs):

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2011-10-24 02:01:54 +0000
+++ b/doc/emacs/emacs.texi      2011-10-26 14:07:31 +0000
@@ -295,7 +295,7 @@
 * 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-26 13:42:33 +0000
+++ b/lisp/ChangeLog    2011-10-26 14:07:31 +0000
@@ -1,6 +1,6 @@
 2011-10-26  Juanma Barranquero  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'lisp/international/mule-conf.el'
--- a/lisp/international/mule-conf.el   2011-02-01 21:37:12 +0000
+++ b/lisp/international/mule-conf.el   2011-10-26 14:07:31 +0000
@@ -708,7 +708,7 @@
 (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)"

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-09-27 16:46:17 +0000
+++ b/lisp/org/ChangeLog        2011-10-26 14:07:31 +0000
@@ -1871,7 +1871,7 @@
 
        * 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.

=== modified file 'lisp/textmodes/reftex.el'
--- a/lisp/textmodes/reftex.el  2011-10-20 00:26:14 +0000
+++ b/lisp/textmodes/reftex.el  2011-10-26 14:07:31 +0000
@@ -1522,7 +1522,7 @@
 ;;;    (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))))
   )

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-10-26 13:42:33 +0000
+++ b/src/ChangeLog     2011-10-26 14:07:31 +0000
@@ -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  <address@hidden>
 


reply via email to

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