comparison lisp/mail/sendmail.el @ 35115:98a3ec955d8d

(mail-mode): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 07 Jan 2001 10:04:56 +0000
parents 0be0c72fb0ad
children 2c239dcc208a
comparison
equal deleted inserted replaced
35114:77df443385ca 35115:98a3ec955d8d
454 \\[mail-fcc] move to FCC: 454 \\[mail-fcc] move to FCC:
455 \\[mail-text] mail-text (move to beginning of message text). 455 \\[mail-text] mail-text (move to beginning of message text).
456 \\[mail-signature] mail-signature (insert `mail-signature-file' file). 456 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
457 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). 457 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
458 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). 458 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
459 \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC)." 459 \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC).
460 Turning on Mail mode runs the normal hooks `text-mode-hook' and
461 `mail-mode-hook' (in that order)."
460 (interactive) 462 (interactive)
461 (kill-all-local-variables) 463 (kill-all-local-variables)
462 (make-local-variable 'mail-reply-action) 464 (make-local-variable 'mail-reply-action)
463 (make-local-variable 'mail-send-actions) 465 (make-local-variable 'mail-send-actions)
464 (set-syntax-table mail-mode-syntax-table) 466 (set-syntax-table mail-mode-syntax-table)