diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-12-01 16:20:59 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-12-01 16:20:59 +0000 |
commit | 28f57f7e00dcf6ce1ab60f6389ab078719fe5fd3 (patch) | |
tree | 0b131086d22c90958d45aaf0cdf4d61c0da00b0b /lisp/mail | |
parent | 964f5b2b790db5970b06826a0045c8e44e702d36 (diff) | |
download | emacs-28f57f7e00dcf6ce1ab60f6389ab078719fe5fd3.tar.gz |
* mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
* gnus/message.el (message-setup-hook, message-send-hook): Make into aliases
for mail-*-hook.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/sendmail.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 59cd70aa578..beba6be12fe 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -221,8 +221,7 @@ This file need not actually exist." ;;;###autoload (defcustom mail-setup-hook nil - "Normal hook, run each time a new outgoing mail message is initialized. -The function `mail-setup' runs this hook." + "Normal hook, run each time a new outgoing message is initialized." :type 'hook :options '(fortune-to-signature spook mail-abbrevs-setup) :group 'sendmail) @@ -816,7 +815,7 @@ Prefix arg means don't delete this window." (switch-to-buffer newbuf)))))) (defcustom mail-send-hook nil - "Hook run just before sending mail with `mail-send'." + "Hook run just before sending a message." :type 'hook :options '(flyspell-mode-off) :group 'sendmail) |