diff options
author | Bill Wohler <wohler@newt.com> | 2008-08-01 04:41:00 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2008-08-01 04:41:00 +0000 |
commit | 7106a02d80a37012d6af45c79c22019d7ff37f4b (patch) | |
tree | 9341a57a872ff1251eb7e702eed1d871ba1fbff6 /lisp/mh-e | |
parent | c217d303771aed39353aa753549d43eff9a2cf24 (diff) | |
download | emacs-7106a02d80a37012d6af45c79c22019d7ff37f4b.tar.gz |
(mh-annotate-msg-hook): Sync docstring with manual.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-e.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 71454181901..c022e1d354a 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -3081,9 +3081,10 @@ folder, which is also available in `mh-current-folder'." :package-version '(MH-E . "8.0")) (defcustom-mh mh-annotate-msg-hook nil - "Hook run by `mh-annotate-msg' after annotation. -Variables that are useful in this hook include `mh-current-folder', -the current folder, and `mh-annotate-list', the messages annotated." + "Hook run whenever a message is sent and after the scan lines and message are annotated. +Hook functions can access the current folder name with +`mh-current-folder' and obtain the message numbers of the +annotated messages with `mh-annotate-list'." :type 'hook :group 'mh-hooks :group 'mh-sending-mail |