diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2014-01-26 01:47:40 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2014-01-26 01:47:40 +0100 |
commit | 3fcfc4ee802d2a6f041bd624876ac37fda830304 (patch) | |
tree | 8c9b3c29bbe86856fc7fae2d288f579aef9a2444 /lisp/mh-e | |
parent | 4f8c23b12913774c1a6cec56eb2bc60b17026af3 (diff) | |
download | emacs-3fcfc4ee802d2a6f041bd624876ac37fda830304.tar.gz emacs-3fcfc4ee802d2a6f041bd624876ac37fda830304.tar.bz2 emacs-3fcfc4ee802d2a6f041bd624876ac37fda830304.zip |
Fix ChangeLog typos.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index b2b597d5f32..90a19c5ae7d 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1223,7 +1223,7 @@ (mh-show-subject, mh-show-to, mh-show-xface) (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) (mh-speedbar-selected-folder) - (mh-speedbar-selected-folder-with-unseen-messages): : Add + (mh-speedbar-selected-folder-with-unseen-messages): Add :package-version keyword to these faces (closes SF #1452724). * mh-tool-bar.el (mh-tool-bar-define): Add commented-out diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index d274282675c..926c48896b6 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 @@ -11261,7 +11261,7 @@ * mh-utils.el (mh-decode-quoted-printable): New customizable variable telling whether to run mimedecode on MIME message containing quoted-printable parts. mimedecode will - only alter quoted-printable parts , leaving others intact, and the + only alter quoted-printable parts, leaving others intact, and the resulting message is still fully MIME. * mh-utils.el (mh-decode-quoted-printable): New function to run mimedecode on the current buffer. |