changeset 102559:c1fc6e52d047

(mail-mode-hook): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Mar 2009 21:04:43 +0000
parents 47e37f294247
children 291f6c889881
files lisp/ChangeLog lisp/mail/sendmail.el
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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))