diff options
| author | Juanma Barranquero | 2008-10-14 15:50:14 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-10-14 15:50:14 +0000 |
| commit | 21818739b16d6fd735304438cd0dac3656f305c4 (patch) | |
| tree | 91451389841d7d015b1f94bc78ffa4fe82e1cbba | |
| parent | a65f6a855d901da46495c7d4b32d2a4125abc3d7 (diff) | |
| download | emacs-21818739b16d6fd735304438cd0dac3656f305c4.tar.gz emacs-21818739b16d6fd735304438cd0dac3656f305c4.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.5 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index f6f8677e27e..0e340900b87 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -9846,7 +9846,7 @@ | |||
| 9846 | * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | 9846 | * gnus/gnus-start.el (gnus-save-newsrc-file): Bind |
| 9847 | coding-system-for-write before saving. | 9847 | coding-system-for-write before saving. |
| 9848 | 9848 | ||
| 9849 | 1998-08-26 Kevin Rodgers <kevinr@ihs.com> (tiny change) | 9849 | 1998-08-26 Kevin Rodgers <kevinr@ihs.com> (tiny change) |
| 9850 | 9850 | ||
| 9851 | * isearch.el (isearch-forward): Doc fix. | 9851 | * isearch.el (isearch-forward): Doc fix. |
| 9852 | 9852 | ||
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 70d7046c329..ae31e243ac8 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | etc/images/mail so added "mail/" prefix. | 6 | etc/images/mail so added "mail/" prefix. |
| 7 | (mh-reply): Ditto. Also renamed reply2.* to reply.*. | 7 | (mh-reply): Ditto. Also renamed reply2.* to reply.*. |
| 8 | (mh-rescan-folder): Ditto. Renamed image file to refresh.* since | 8 | (mh-rescan-folder): Ditto. Renamed image file to refresh.* since |
| 9 | it can be used in the general sense. Does not have "mail/" | 9 | it can be used in the general sense. Does not have "mail/" |
| 10 | prefix. | 10 | prefix. |
| 11 | 11 | ||
| 12 | 2005-09-29 Bill Wohler <wohler@newt.com> | 12 | 2005-09-29 Bill Wohler <wohler@newt.com> |
| @@ -157,7 +157,7 @@ | |||
| 157 | 157 | ||
| 158 | 2005-07-12 Jeffrey C Honig <jch@honig.net> | 158 | 2005-07-12 Jeffrey C Honig <jch@honig.net> |
| 159 | 159 | ||
| 160 | * mh-customize.el (mh-invisible-header-fields-internal) | 160 | * mh-customize.el (mh-invisible-header-fields-internal) |
| 161 | (mh-invisible-header-fields-internal): Add Received-SPF header and | 161 | (mh-invisible-header-fields-internal): Add Received-SPF header and |
| 162 | X-Gmail- prefixes seen from Gmail. | 162 | X-Gmail- prefixes seen from Gmail. |
| 163 | 163 | ||
| @@ -3491,7 +3491,7 @@ | |||
| 3491 | * mh-e.el (mh-undefine-sequence): Since mh-coalesce-msg-list | 3491 | * mh-e.el (mh-undefine-sequence): Since mh-coalesce-msg-list |
| 3492 | returns a list, apply is needed. | 3492 | returns a list, apply is needed. |
| 3493 | 3493 | ||
| 3494 | 2003-05-09 Noel Cragg <noel@red-bean.com> (tiny change) | 3494 | 2003-05-09 Noel Cragg <noel@red-bean.com> (tiny change) |
| 3495 | 3495 | ||
| 3496 | * mh-junk.el (mh-spamassassin-blacklist): Separate "--local" and | 3496 | * mh-junk.el (mh-spamassassin-blacklist): Separate "--local" and |
| 3497 | "--no-rebuild" arguments to call-process. | 3497 | "--no-rebuild" arguments to call-process. |
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index 61aa04d4f33..4a3746019d1 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -1789,7 +1789,7 @@ | |||
| 1789 | 1789 | ||
| 1790 | * textprop.c (Fnext_property_change): Fix previous change. | 1790 | * textprop.c (Fnext_property_change): Fix previous change. |
| 1791 | 1791 | ||
| 1792 | 1995-03-23 Kevin Rodgers <kevinr@ihs.com> (tiny change) | 1792 | 1995-03-23 Kevin Rodgers <kevinr@ihs.com> (tiny change) |
| 1793 | 1793 | ||
| 1794 | * print.c (temp_output_buffer_setup): (Re)set the default | 1794 | * print.c (temp_output_buffer_setup): (Re)set the default |
| 1795 | directory of the temp buffer to that of the current buffer. | 1795 | directory of the temp buffer to that of the current buffer. |