diff options
| author | Juanma Barranquero | 2012-09-27 00:42:54 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-27 00:42:54 +0200 |
| commit | 41e9b956afd3eed1c9a8385b474a83697bd75dbb (patch) | |
| tree | f28d3c13bd880aa944fac6a11b6f21a76c4de737 /lisp | |
| parent | e3b60857258096f99125f93ac989616076b5e03d (diff) | |
| download | emacs-41e9b956afd3eed1c9a8385b474a83697bd75dbb.tar.gz emacs-41e9b956afd3eed1c9a8385b474a83697bd75dbb.zip | |
Fix ChangeLog typos.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 4 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21c84a9f8bb..56d31f3875a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9752,7 +9752,7 @@ | |||
| 9752 | Declare as obsolete. | 9752 | Declare as obsolete. |
| 9753 | (ns-get-pasteboard, ns-paste-secondary): | 9753 | (ns-get-pasteboard, ns-paste-secondary): |
| 9754 | Use ns-get-selection-internal. | 9754 | Use ns-get-selection-internal. |
| 9755 | (ns-set-pasteboard, ns-copy-including-secondary): | 9755 | (ns-set-pasteboard, ns-copy-including-secondary): |
| 9756 | Use ns-store-selection-internal. | 9756 | Use ns-store-selection-internal. |
| 9757 | 9757 | ||
| 9758 | 2011-12-17 Chong Yidong <cyd@gnu.org> | 9758 | 2011-12-17 Chong Yidong <cyd@gnu.org> |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 0380fb117db..db5c2f84511 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -2372,7 +2372,7 @@ | |||
| 2372 | (sh-mode-map): Added new bindings. | 2372 | (sh-mode-map): Added new bindings. |
| 2373 | (sh-mode): Updated mode doc-string for new commands, added | 2373 | (sh-mode): Updated mode doc-string for new commands, added |
| 2374 | make-local-variable calls, initialize mode-specific variables. | 2374 | make-local-variable calls, initialize mode-specific variables. |
| 2375 | (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | 2375 | (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line |
| 2376 | is now a different function. | 2376 | is now a different function. |
| 2377 | (sh-header-marker): Changed docstring. | 2377 | (sh-header-marker): Changed docstring. |
| 2378 | (sh-set-shell): Initialize mode-specific variables. | 2378 | (sh-set-shell): Initialize mode-specific variables. |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 5c01f872994..5c71fb860ec 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -569,7 +569,7 @@ | |||
| 569 | Don't bind mouse events or tab/backtab. | 569 | Don't bind mouse events or tab/backtab. |
| 570 | (help-function, help-variable, help-face, help-coding-system) | 570 | (help-function, help-variable, help-face, help-coding-system) |
| 571 | (help-input-method, help-character-set, help-back, help-info) | 571 | (help-input-method, help-character-set, help-back, help-info) |
| 572 | (help-customize-variable, help-function-def, help-variable-def): | 572 | (help-customize-variable, help-function-def, help-variable-def): |
| 573 | New button types. | 573 | New button types. |
| 574 | (help-button-action): New function. | 574 | (help-button-action): New function. |
| 575 | (describe-function-1): Pass help button-types to | 575 | (describe-function-1): Pass help button-types to |
| @@ -20671,7 +20671,7 @@ | |||
| 20671 | * term/tty-colors.el (tty-defined-color-alist): Renamed from | 20671 | * term/tty-colors.el (tty-defined-color-alist): Renamed from |
| 20672 | tty-color-alist. | 20672 | tty-color-alist. |
| 20673 | (tty-color-alist, tty-modify-color-alist): New functions. | 20673 | (tty-color-alist, tty-modify-color-alist): New functions. |
| 20674 | (tty-color-define, tty-color-clear, tty-color-approximate) | 20674 | (tty-color-define, tty-color-clear, tty-color-approximate) |
| 20675 | (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an | 20675 | (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an |
| 20676 | optional parameter FRAME. | 20676 | optional parameter FRAME. |
| 20677 | 20677 | ||
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 5a3612c4d1c..e75506956bb 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -11974,7 +11974,7 @@ | |||
| 11974 | 11974 | ||
| 11975 | 2001-12-18 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 11975 | 2001-12-18 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 11976 | 11976 | ||
| 11977 | * ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el: | 11977 | * ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el: |
| 11978 | * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el: | 11978 | * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el: |
| 11979 | * mml1991.el, nnultimate.el: Add `coding'. | 11979 | * mml1991.el, nnultimate.el: Add `coding'. |
| 11980 | 11980 | ||
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 15b7380b737..eb60392c32c 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -10930,7 +10930,7 @@ | |||
| 10930 | 10930 | ||
| 10931 | * mh-utils.el (mh-prompt-for-folder): Exit with error if no folder | 10931 | * mh-utils.el (mh-prompt-for-folder): Exit with error if no folder |
| 10932 | specified, otherwise mh-refile-msg may try to create a folder with | 10932 | specified, otherwise mh-refile-msg may try to create a folder with |
| 10933 | empty name, and this creates problems; even mh-undo can't handle | 10933 | empty name, and this creates problems; even mh-undo can't handle |
| 10934 | it (Closes SF #476824). | 10934 | it (Closes SF #476824). |
| 10935 | 10935 | ||
| 10936 | * mh-comp.el (mh-letter-tool-bar-map): Info button needed to | 10936 | * mh-comp.el (mh-letter-tool-bar-map): Info button needed to |