diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cc4d145b8e..cf5e0078bbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson | ||
| 4 | <jas@extundo.com>. | ||
| 5 | |||
| 3 | * menu-bar.el (top-level): Minor fixes for text of help-echo in | 6 | * menu-bar.el (top-level): Minor fixes for text of help-echo in |
| 4 | some items of the Options menu. | 7 | some items of the Options menu. |
| 5 | 8 | ||
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: | |||
| 462 | Here are commands that move to a header field (and create it if there isn't): | 462 | Here are commands that move to a header field (and create it if there isn't): |
| 463 | \\[mail-to] move to To: \\[mail-subject] move to Subject: | 463 | \\[mail-to] move to To: \\[mail-subject] move to Subject: |
| 464 | \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: | 464 | \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: |
| 465 | \\[mail-fcc] move to FCC: | 465 | \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To: |
| 466 | \\[mail-text] mail-text (move to beginning of message text). | 466 | \\[mail-text] mail-text (move to beginning of message text). |
| 467 | \\[mail-signature] mail-signature (insert `mail-signature-file' file). | 467 | \\[mail-signature] mail-signature (insert `mail-signature-file' file). |
| 468 | \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). | 468 | \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). |