aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2008-08-01 04:42:19 +0000
committerBill Wohler2008-08-01 04:42:19 +0000
commitd0f1af4d53ef1d729c8ba78883f4f789d30aed78 (patch)
treecf7b07c5d77be78271ce74e4358fb02fb5408904
parent7106a02d80a37012d6af45c79c22019d7ff37f4b (diff)
downloademacs-d0f1af4d53ef1d729c8ba78883f4f789d30aed78.tar.gz
emacs-d0f1af4d53ef1d729c8ba78883f4f789d30aed78.zip
(mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in
docstring.
-rw-r--r--lisp/mh-e/ChangeLog8
-rw-r--r--lisp/mh-e/mh-comp.el10
2 files changed, 16 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 46c64e2d071..a71e0724a53 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,11 @@
12008-08-01 Bill Wohler <wohler@newt.com>
2
3 * mh-show.el (mh-show-preferred-alternative)
4 * mh-e.el (mh-annotate-msg-hook): Sync docstring with manual.
5
6 * mh-comp.el (mh-send-letter, mh-redistribute): Mention
7 mh-annotate-msg-hook in docstring.
8
12008-06-29 Jeffrey C Honig <jch@honig.net> 92008-06-29 Jeffrey C Honig <jch@honig.net>
2 10
3 * mh-e.el (mh-invisible-header-fields-internal): Add invisible 11 * 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 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
246by turning off the option `mh-auto-fields-prompt-flag'. 246by turning off the option `mh-auto-fields-prompt-flag'.
247 247
248In case the MH \"send\" program is installed under a different name, 248In case the MH \"send\" program is installed under a different name,
249use `mh-send-prog' to tell MH-E the name." 249use `mh-send-prog' to tell MH-E the name.
250
251The hook `mh-annotate-msg-hook' is run after annotating the
252message and scan line."
250 (interactive "P") 253 (interactive "P")
251 (run-hooks 'mh-before-send-letter-hook) 254 (run-hooks 'mh-before-send-letter-hook)
252 (if (and (mh-insert-auto-fields t) 255 (if (and (mh-insert-auto-fields t)
@@ -543,7 +546,10 @@ default MESSAGE is the current message.
543Also investigate the command \\[mh-edit-again] for another way to 546Also investigate the command \\[mh-edit-again] for another way to
544redistribute messages. 547redistribute messages.
545 548
546See also `mh-redist-full-contents-flag'." 549See also `mh-redist-full-contents-flag'.
550
551The hook `mh-annotate-msg-hook' is run after annotating the
552message and scan line."
547 (interactive (list (mh-read-address "Redist-To: ") 553 (interactive (list (mh-read-address "Redist-To: ")
548 (mh-read-address "Redist-Cc: ") 554 (mh-read-address "Redist-Cc: ")
549 (mh-get-msg-num t))) 555 (mh-get-msg-num t)))