Mercurial > emacs
changeset 35115:98a3ec955d8d
(mail-mode): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 07 Jan 2001 10:04:56 +0000 |
parents | 77df443385ca |
children | 620ab4277e06 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Sun Jan 07 09:56:59 2001 +0000 +++ b/lisp/mail/sendmail.el Sun Jan 07 10:04:56 2001 +0000 @@ -456,7 +456,9 @@ \\[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)