diff lisp/mh-e/mh-comp.el @ 97190:2d8df19f85d3

(mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in docstring.
author Bill Wohler <wohler@newt.com>
date Fri, 01 Aug 2008 04:41:38 +0000
parents c12a32810ea6
children 663a752ef575
line wrap: on
line diff
--- a/lisp/mh-e/mh-comp.el	Fri Aug 01 04:41:00 2008 +0000
+++ b/lisp/mh-e/mh-comp.el	Fri Aug 01 04:41:38 2008 +0000
@@ -246,7 +246,10 @@
 by turning off the option `mh-auto-fields-prompt-flag'.
 
 In case the MH \"send\" program is installed under a different name,
-use `mh-send-prog' to tell MH-E the name."
+use `mh-send-prog' to tell MH-E the name.
+
+The hook `mh-annotate-msg-hook' is run after annotating the
+message and scan line."
   (interactive "P")
   (run-hooks 'mh-before-send-letter-hook)
   (if (and (mh-insert-auto-fields t)
@@ -543,7 +546,10 @@
 Also investigate the command \\[mh-edit-again] for another way to
 redistribute messages.
 
-See also `mh-redist-full-contents-flag'."
+See also `mh-redist-full-contents-flag'.
+
+The hook `mh-annotate-msg-hook' is run after annotating the
+message and scan line."
   (interactive (list (mh-read-address "Redist-To: ")
                      (mh-read-address "Redist-Cc: ")
                      (mh-get-msg-num t)))