# HG changeset patch # User Bill Wohler # Date 1217565660 0 # Node ID f6aece43801edc152a77e1ea65953967923c5e3a # Parent b4b989dd818ca21bad9d9a79d45e8b77223d9200 (mh-annotate-msg-hook): Sync docstring with manual. diff -r b4b989dd818c -r f6aece43801e lisp/mh-e/mh-e.el --- 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