From 4deb3ba9463df46b73b34b315d5d845f628969fd Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 7 Jan 2001 10:05:26 +0000 Subject: [PATCH] (mail-mode): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/mail/sendmail.el | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63f822a51dc..9f2a62901d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-01-07 Eli Zaretskii + * mail/sendmail.el (mail-mode): Doc fix. + * info.el (Info-goto-emacs-command-node): Doc fix. (Info-goto-emacs-key-command-node): Doc fix. diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 1711f6ddc10..de01fd9cd04 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -456,7 +456,9 @@ Here are commands that move to a header field (and create it if there isn't): \\[mail-signature] mail-signature (insert `mail-signature-file' file). \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). -\\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC)." +\\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC). +Turning on Mail mode runs the normal hooks `text-mode-hook' and +`mail-mode-hook' (in that order)." (interactive) (kill-all-local-variables) (make-local-variable 'mail-reply-action) -- 2.11.4.GIT