summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-funcs.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2005-10-28 01:59:12 +0000
committerBill Wohler <wohler@newt.com>2005-10-28 01:59:12 +0000
commite069fa61e085d8be77a7f61cf7a1a74e1aafbf7a (patch)
treea4409ed281ba724ca89628661eac97083103bc1d /lisp/mh-e/mh-funcs.el
parent3b463df01971a9d594b705a3d8564c432bd0c7ef (diff)
downloademacs-e069fa61e085d8be77a7f61cf7a1a74e1aafbf7a.tar.gz
emacs-e069fa61e085d8be77a7f61cf7a1a74e1aafbf7a.tar.bz2
emacs-e069fa61e085d8be77a7f61cf7a1a74e1aafbf7a.zip
* mh-customize.el (mh-adaptive-cmd-note-flag)
(mh-scan-format-file, mh-scan-prog): Sync docstrings with manual. * mh-e.el (mh-scan-format-mh, mh-note-deleted, mh-note-refiled) (mh-note-cur, mh-scan-good-msg-regexp) (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp) (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp) (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) (mh-scan-subject-regexp, mh-scan-format-regexp) (mh-folder-font-lock-keywords, mh-set-cmd-note): Sync docstrings with manual. * mh-funcs.el (mh-note-copied): Sync docstrings with manual. * mh-utils.el (mh-goto-msg): Use mh-scan-msg-search-regexp instead of hard-coded string. (mh-mail-header-separator, mh-signature-separator-regexp): Use "regular expression" in docstring instead of regexp. (mh-scan-msg-number-regexp) (mh-scan-msg-overflow-regexp, mh-scan-msg-format-regexp) (mh-scan-msg-format-string, mh-scan-msg-search-regexp) (mh-cmd-note): Sync docstrings with manual.
Diffstat (limited to 'lisp/mh-e/mh-funcs.el')
-rw-r--r--lisp/mh-e/mh-funcs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index 6ce1da8fe90..755be4a1560 100644
--- a/lisp/mh-e/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -51,7 +51,7 @@ For example, '(\"-nolimit\" \"-textfield\" \"subject\") is a useful setting.")
;;; Scan Line Formats
(defvar mh-note-copied "C"
- "Copied messages are marked by this character.")
+ "Messages that have been copied are marked by this character.")
(defvar mh-note-printed "P"
"Messages that have been printed are marked by this character.")