(mail-mode-hook): Doc fix.

This commit is contained in:
Glenn Morris 2009-03-14 21:04:43 +00:00
parent 15d0fd3a5b
commit b769f3daad
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* mail/sendmail.el (mail-interactive): Doc fix.
(mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
(mail-setup): Use the function mail-signature.
(mail-mode-hook): Doc fix.
(mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
(mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
(mail-signature): Check the signature file is readable.

View file

@ -614,7 +614,9 @@ actually occur.")
(run-hooks 'mail-setup-hook))
(defcustom mail-mode-hook nil
"Hook run by Mail mode."
"Hook run by Mail mode.
When composing a mail, this runs immediately after creating, or
switching to, the `*mail*' buffer. See also `mail-setup-hook'."
:group 'sendmail
:type 'hook
:options '(footnote-mode))