Mercurial > emacs
changeset 21545:2c4281059c0a
(mail-mode): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 15 Apr 1998 06:30:16 +0000 |
parents | 95ec24fc6d78 |
children | 674be6359675 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Wed Apr 15 06:28:28 1998 +0000 +++ b/lisp/mail/sendmail.el Wed Apr 15 06:30:16 1998 +0000 @@ -372,16 +372,16 @@ (defun mail-mode () "Major mode for editing mail to be sent. Like Text Mode but with these additional commands: -C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit -C-c C-f move to a header field (and create it if there isn't): - C-c C-f C-t move to To: C-c C-f C-s move to Subject: - C-c C-f C-c move to CC: C-c C-f C-b move to BCC: - C-c C-f C-f move to FCC: -C-c C-t mail-text (move to beginning of message text). -C-c C-w mail-signature (insert `mail-signature-file' file). -C-c C-y mail-yank-original (insert current message, in Rmail). -C-c C-q mail-fill-yanked-message (fill what was yanked). -C-c C-v mail-sent-via (add a Sent-via field for each To or CC)." +\\[mail-send] mail-send (send the message) \\[mail-send-and-exit] mail-send-and-exit +Here are commands that move to a header field (and create it if there isn't): + \\[mail-to] move to To: \\[mail-subject] move to Subject: + \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: + \\[mail-fcc] move to FCC: +\\[mail-text] mail-text (move to beginning of message text). +\\[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)." (interactive) (kill-all-local-variables) (make-local-variable 'mail-reply-action)