diff options
| author | Juanma Barranquero | 2011-10-26 16:07:31 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-10-26 16:07:31 +0200 |
| commit | a7ef684b4660596dc65eca2448b8dba334122e88 (patch) | |
| tree | 02fdd43c3d7e7b63b29a18c64169e5e129f07754 | |
| parent | 5430d39930cee884e1434f91452241c26ae48692 (diff) | |
| download | emacs-a7ef684b4660596dc65eca2448b8dba334122e88.tar.gz emacs-a7ef684b4660596dc65eca2448b8dba334122e88.zip | |
Fix typos.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/international/mule-conf.el | 2 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex.el | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
7 files changed, 10 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4b51486069c..9a501d38375 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-10-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Fix typo. | ||
| 4 | |||
| 1 | 2011-10-25 Glenn Morris <rgm@gnu.org> | 5 | 2011-10-25 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * abbrevs.texi (Saving Abbrevs): | 7 | * abbrevs.texi (Saving Abbrevs): |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index b25c09aa29d..55fdb9ec875 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -295,7 +295,7 @@ Help | |||
| 295 | * Package Keywords:: Finding Lisp libraries by keywords (topics). | 295 | * Package Keywords:: Finding Lisp libraries by keywords (topics). |
| 296 | * Language Help:: Help relating to international language support. | 296 | * Language Help:: Help relating to international language support. |
| 297 | * Misc Help:: Other help commands. | 297 | * Misc Help:: Other help commands. |
| 298 | * Help Files:: Commands to display auxilliary help files. | 298 | * Help Files:: Commands to display auxiliary help files. |
| 299 | * Help Echo:: Help on active text and tooltips (`balloon help'). | 299 | * Help Echo:: Help on active text and tooltips (`balloon help'). |
| 300 | 300 | ||
| 301 | The Mark and the Region | 301 | The Mark and the Region |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa27ea3f97a..9ba25dc89ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2011-10-26 Juanma Barranquero <lekktu@gmail.com> | 1 | 2011-10-26 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * term/w32-win.el (w32-default-color-map): Declare obsolete. | 3 | * term/w32-win.el (w32-default-color-map): Declare obsolete. (Bug#9785) |
| 4 | 4 | ||
| 5 | 2011-10-26 Michael Albinus <michael.albinus@gmx.de> | 5 | 2011-10-26 Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 9ba95e4d11a..870f2bece28 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -708,7 +708,7 @@ | |||
| 708 | (define-charset-alias 'cp866u 'cp1125) | 708 | (define-charset-alias 'cp866u 'cp1125) |
| 709 | 709 | ||
| 710 | ;; Fixme: C.f. iconv, http://czyborra.com/charsets/codepages.html | 710 | ;; Fixme: C.f. iconv, http://czyborra.com/charsets/codepages.html |
| 711 | ;; shows this as not ASCII comptaible, with various graphics in | 711 | ;; shows this as not ASCII compatible, with various graphics in |
| 712 | ;; 0x01-0x1F. | 712 | ;; 0x01-0x1F. |
| 713 | (define-charset 'cp437 | 713 | (define-charset 'cp437 |
| 714 | "CP437 (MS-DOS United States, Australia, New Zealand, South Africa)" | 714 | "CP437 (MS-DOS United States, Australia, New Zealand, South Africa)" |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 9fbeb9f1882..ae150621dc0 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1871,7 +1871,7 @@ | |||
| 1871 | 1871 | ||
| 1872 | * org-list.el (org-list-separating-blank-lines-number): Fix | 1872 | * org-list.el (org-list-separating-blank-lines-number): Fix |
| 1873 | confusion between point and item beginning. Now, if no | 1873 | confusion between point and item beginning. Now, if no |
| 1874 | information is avalaible, truly follow user preference when it | 1874 | information is available, truly follow user preference when it |
| 1875 | inserts blank lines manually. | 1875 | inserts blank lines manually. |
| 1876 | (org-list-insert-item): Send correct argument to the preceding | 1876 | (org-list-insert-item): Send correct argument to the preceding |
| 1877 | function. | 1877 | function. |
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 6f6993980db..cef8a3d1548 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -1522,7 +1522,7 @@ Valid actions are: readable, restore, read, kill, write." | |||
| 1522 | ;;; (while all | 1522 | ;;; (while all |
| 1523 | ;;; (when (and (eq (car (car all)) 'bof) | 1523 | ;;; (when (and (eq (car (car all)) 'bof) |
| 1524 | ;;; (not (file-regular-p (nth 1 (car all))))) | 1524 | ;;; (not (file-regular-p (nth 1 (car all))))) |
| 1525 | ;;; (message "File %s in saved parse info not avalable" (cdr (car all))) | 1525 | ;;; (message "File %s in saved parse info not available" (cdr (car all))) |
| 1526 | ;;; (error "File not found")) | 1526 | ;;; (error "File not found")) |
| 1527 | ;;; (setq all (cdr all)))) | 1527 | ;;; (setq all (cdr all)))) |
| 1528 | ) | 1528 | ) |
diff --git a/src/ChangeLog b/src/ChangeLog index d68225070d7..b3d8d4d10ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * w32fns.c (w32_default_color_map): New function, | 3 | * w32fns.c (w32_default_color_map): New function, |
| 4 | extracted from Fw32_default_color_map. | 4 | extracted from Fw32_default_color_map. |
| 5 | (Fw32_default_color_map, Fx_open_connection): Use it. | 5 | (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785) |
| 6 | 6 | ||
| 7 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> |
| 8 | 8 | ||