mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(mail-mode-hook): Doc fix.
This commit is contained in:
parent
15d0fd3a5b
commit
b769f3daad
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue