aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-03-22 17:37:32 +0100
committerJuanma Barranquero2010-03-22 17:37:32 +0100
commit5f76fe28b98ceec8ab3a7aacc4a0281679d818ee (patch)
tree30013e404764e0b097ef8376e4dde8557710798c /lisp/mh-e/ChangeLog
parent2b8f62e98615abf8f6d0dae77e37ff7cb01e91b7 (diff)
downloademacs-5f76fe28b98ceec8ab3a7aacc4a0281679d818ee.tar.gz
emacs-5f76fe28b98ceec8ab3a7aacc4a0281679d818ee.zip
Fix typos in mh-e.
* mh-scan.el (mh-scan-cmd-note-width): Doc fix. (mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp) (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp) (mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp) (mh-scan-msg-format-regexp, mh-scan-msg-format-string) (mh-scan-msg-number-regexp, mh-scan-rcpt-regexp) (mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp) (mh-scan-subject-regexp, mh-update-scan-format) (mh-msg-num-width-to-column): Fix typos in docstrings.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 83d5e391ffd..70f96e0dbc7 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,15 @@
12010-03-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * mh-scan.el (mh-scan-cmd-note-width): Doc fix.
4 (mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp)
5 (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)
6 (mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp)
7 (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
8 (mh-scan-msg-number-regexp, mh-scan-rcpt-regexp)
9 (mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp)
10 (mh-scan-subject-regexp, mh-update-scan-format)
11 (mh-msg-num-width-to-column): Fix typos in docstrings.
12
12009-12-01 Bill Wohler <wohler@newt.com> 132009-12-01 Bill Wohler <wohler@newt.com>
2 14
3 * mh-search.el (mh-mairix-execute-search): Use mh vfolder_format. 15 * mh-search.el (mh-mairix-execute-search): Use mh vfolder_format.