aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/sendmail.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 7245a35f8f1..bbf42e16b1b 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -614,7 +614,9 @@ actually occur.")
614 (run-hooks 'mail-setup-hook)) 614 (run-hooks 'mail-setup-hook))
615 615
616(defcustom mail-mode-hook nil 616(defcustom mail-mode-hook nil
617 "Hook run by Mail mode." 617 "Hook run by Mail mode.
618When composing a mail, this runs immediately after creating, or
619switching to, the `*mail*' buffer. See also `mail-setup-hook'."
618 :group 'sendmail 620 :group 'sendmail
619 :type 'hook 621 :type 'hook
620 :options '(footnote-mode)) 622 :options '(footnote-mode))