# HG changeset patch # User Eli Zaretskii # Date 978861896 0 # Node ID 98a3ec955d8d7ff5c9a7507a74b4669197df4659 # Parent 77df443385ca149c9665dc6fecbe0854baead550 (mail-mode): Doc fix. diff -r 77df443385ca -r 98a3ec955d8d lisp/mail/sendmail.el --- 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)