]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 15 Apr 1998 06:30:16 +0000 (06:30 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 15 Apr 1998 06:30:16 +0000 (06:30 +0000)
lisp/mail/sendmail.el

index 85d5690dbe40faa66db639460d9dfeb21bfcd013..78d18ee98ec4254532792167cc74fc045bdf25c6 100644 (file)
@@ -372,16 +372,16 @@ actually occur.")
 (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)