aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-06 18:04:26 +0000
committerChong Yidong2007-04-06 18:04:26 +0000
commit5d838629845a51091ad5f1088d82da1ec215ae3f (patch)
treeeba098d5697458426c9bf6093d8f3837ba0e4075
parente2b4779f07cb93754c192cd79304ff8c291c5112 (diff)
downloademacs-5d838629845a51091ad5f1088d82da1ec215ae3f.tar.gz
emacs-5d838629845a51091ad5f1088d82da1ec215ae3f.zip
(mail-text, mail-mode): Revert extant pieces of 1995-05-19 doc
changes.
-rw-r--r--lisp/mail/sendmail.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 2bb1a6ed0fa..c0fcdf8ff43 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -620,16 +620,16 @@ Like Text Mode but with these additional commands:
620\\[mail-send-and-exit] mail-send-and-exit (send the message and exit) 620\\[mail-send-and-exit] mail-send-and-exit (send the message and exit)
621 621
622Here are commands that move to a header field (and create it if there isn't): 622Here are commands that move to a header field (and create it if there isn't):
623 \\[mail-to] move to To: \\[mail-subject] move to Subject: 623 \\[mail-to] move to To: \\[mail-subject] move to Subj:
624 \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: 624 \\[mail-bcc] move to BCC: \\[mail-cc] move to CC:
625 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To: 625 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
626 \\[mail-mail-reply-to] move to Mail-Reply-To: 626 \\[mail-mail-reply-to] move to Mail-Reply-To:
627 \\[mail-mail-followup-to] move to Mail-Followup-To: 627 \\[mail-mail-followup-to] move to Mail-Followup-To:
628\\[mail-text] mail-text (move to beginning of message text). 628\\[mail-text] move to message text.
629\\[mail-signature] mail-signature (insert `mail-signature-file' file). 629\\[mail-signature] mail-signature (insert `mail-signature-file' file).
630\\[mail-yank-original] mail-yank-original (insert current message, in Rmail). 630\\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
631\\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). 631\\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
632\\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC). 632\\[mail-sent-via] mail-sent-via (add a sent-via field for each To or CC).
633Turning on Mail mode runs the normal hooks `text-mode-hook' and 633Turning on Mail mode runs the normal hooks `text-mode-hook' and
634`mail-mode-hook' (in that order)." 634`mail-mode-hook' (in that order)."
635 (make-local-variable 'mail-reply-action) 635 (make-local-variable 'mail-reply-action)
@@ -1392,7 +1392,7 @@ Create a Mail-Followup-To field if none."
1392 nil))) 1392 nil)))
1393 1393
1394(defun mail-text () 1394(defun mail-text ()
1395 "Move point to beginning of message text." 1395 "Move point to beginning of text field."
1396 (interactive) 1396 (interactive)
1397 (expand-abbrev) 1397 (expand-abbrev)
1398 (goto-char (mail-text-start))) 1398 (goto-char (mail-text-start)))