From: Bill Wohler Date: Fri, 1 Aug 2008 04:42:19 +0000 (+0000) Subject: (mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/d0f1af4d53ef1d729c8ba78883f4f789d30aed78 (mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in docstring. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 46c64e2d07..a71e0724a5 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,11 @@ +2008-08-01 Bill Wohler + + * mh-show.el (mh-show-preferred-alternative) + * mh-e.el (mh-annotate-msg-hook): Sync docstring with manual. + + * mh-comp.el (mh-send-letter, mh-redistribute): Mention + mh-annotate-msg-hook in docstring. + 2008-06-29 Jeffrey C Honig * mh-e.el (mh-invisible-header-fields-internal): Add invisible diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 6dcd2d2214..f9c7921459 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el @@ -246,7 +246,10 @@ message is actually sent. You can do away with this confirmation 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 @@ default MESSAGE is the current message. 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)))