Mercurial > emacs
changeset 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 | f6aece43801e |
children | 31f6e0b2a80d |
files | lisp/mh-e/mh-comp.el |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
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)))