# HG changeset patch # User Glenn Morris # Date 1237064683 0 # Node ID c1fc6e52d04785cabdeca09c8bdedb17786694d0 # Parent 47e37f294247da485408e1aa5b6802d2d633b5e4 (mail-mode-hook): Doc fix. diff -r 47e37f294247 -r c1fc6e52d047 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 14 20:29:40 2009 +0000 +++ b/lisp/ChangeLog Sat Mar 14 21:04:43 2009 +0000 @@ -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. diff -r 47e37f294247 -r c1fc6e52d047 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Sat Mar 14 20:29:40 2009 +0000 +++ b/lisp/mail/sendmail.el Sat Mar 14 21:04:43 2009 +0000 @@ -614,7 +614,9 @@ (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))