]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-mode): Doc fix. From Simon Josefsson <jas@extundo.com>.
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Sep 2001 17:08:31 +0000 (17:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 23 Sep 2001 17:08:31 +0000 (17:08 +0000)
lisp/ChangeLog
lisp/mail/sendmail.el

index 8cc4d145b8edd751719c18420298fc8567eb1866..cf5e0078bbc9fe4113efef2d455c89cf27782048 100644 (file)
@@ -1,5 +1,8 @@
 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
+       <jas@extundo.com>.
+
        * menu-bar.el (top-level): Minor fixes for text of help-echo in
        some items of the Options menu.
 
index 3826a1bac92f5ffac652ffb1046cb4aaa5cf01d0..50f0731b2f2ea7f250856107ca4c1dbd6c5a0249 100644 (file)
@@ -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).