aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-09-23 17:08:31 +0000
committerEli Zaretskii <[email protected]>2001-09-23 17:08:31 +0000
commit0678d779633102012ef1f23222833336df545ebe (patch)
treee1bfd5caaa41f9b4f1bf7e9601a6bb9fa2ba891d
parenta8edc211c0ddd96accdcc2f04e0fcd698eb1cdd9 (diff)
(mail-mode): Doc fix. From Simon Josefsson <[email protected]>.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/mail/sendmail.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cc4d145b8..cf5e0078bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2001-09-23 Eli Zaretskii <[email protected]>
+ * 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 3826a1bac9..50f0731b2f 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).