changeset 97189:f6aece43801e

(mh-annotate-msg-hook): Sync docstring with manual.
author Bill Wohler <wohler@newt.com>
date Fri, 01 Aug 2008 04:41:00 +0000
parents b4b989dd818c
children 2d8df19f85d3
files lisp/mh-e/mh-e.el
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Fri Aug 01 04:40:09 2008 +0000
+++ b/lisp/mh-e/mh-e.el	Fri Aug 01 04:41:00 2008 +0000
@@ -3081,9 +3081,10 @@
   :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