From: Eli Zaretskii Date: Sun, 23 Sep 2001 17:08:31 +0000 (+0000) Subject: (mail-mode): Doc fix. From Simon Josefsson . X-Git-Tag: emacs-pretest-21.0.106~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0678d779633102012ef1f23222833336df545ebe;p=emacs.git (mail-mode): Doc fix. From Simon Josefsson . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cc4d145b8e..cf5e0078bbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-09-23 Eli Zaretskii + * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson + . + * menu-bar.el (top-level): Minor fixes for text of help-echo in some items of the Options menu. diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3826a1bac92..50f0731b2f2 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -462,7 +462,7 @@ Like Text Mode but with these additional commands: 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-fcc] move to FCC: \\[mail-reply-to] move to Reply-To: \\[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).