# HG changeset patch # User Chong Yidong # Date 1175882666 0 # Node ID f1b843dae8aba0fef05f3769f1a76afded68ad46 # Parent ff70b1aaf687cf9fc544ba0f0ec210b0af7bd581 (mail-text, mail-mode): Revert extant pieces of 1995-05-19 doc changes. diff -r ff70b1aaf687 -r f1b843dae8ab lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Fri Apr 06 18:04:09 2007 +0000 +++ b/lisp/mail/sendmail.el Fri Apr 06 18:04:26 2007 +0000 @@ -620,16 +620,16 @@ \\[mail-send-and-exit] mail-send-and-exit (send the message 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-to] move to To: \\[mail-subject] move to Subj: + \\[mail-bcc] move to BCC: \\[mail-cc] move to CC: \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To: \\[mail-mail-reply-to] move to Mail-Reply-To: \\[mail-mail-followup-to] move to Mail-Followup-To: -\\[mail-text] mail-text (move to beginning of message text). +\\[mail-text] move to 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). +\\[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)." (make-local-variable 'mail-reply-action) @@ -1392,7 +1392,7 @@ nil))) (defun mail-text () - "Move point to beginning of message text." + "Move point to beginning of text field." (interactive) (expand-abbrev) (goto-char (mail-text-start)))