diff options
author | Bill Wohler <wohler@newt.com> | 2008-08-01 04:42:19 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2008-08-01 04:42:19 +0000 |
commit | d0f1af4d53ef1d729c8ba78883f4f789d30aed78 (patch) | |
tree | cf7b07c5d77be78271ce74e4358fb02fb5408904 /lisp/mh-e/mh-comp.el | |
parent | 7106a02d80a37012d6af45c79c22019d7ff37f4b (diff) | |
download | emacs-d0f1af4d53ef1d729c8ba78883f4f789d30aed78.tar.gz |
(mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in
docstring.
Diffstat (limited to 'lisp/mh-e/mh-comp.el')
-rw-r--r-- | lisp/mh-e/mh-comp.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 6dcd2d22147..f9c7921459d 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))) |