]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-mode-hook): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Mar 2009 21:04:43 +0000 (21:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Mar 2009 21:04:43 +0000 (21:04 +0000)
lisp/ChangeLog
lisp/mail/sendmail.el

index ffc894747bdd31a25b8598bd38df02f76bd6698d..fe15ce23a1ccc0bea56cc1c9014933d7a4a2af76 100644 (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.
index 7245a35f8f11c9ce8ab7e263520b07276d893ef2..bbf42e16b1bc270a0fbcfe571b32ed4ee69ff73e 100644 (file)
@@ -614,7 +614,9 @@ actually occur.")
   (run-hooks 'mail-setup-hook))
 \f
 (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))