diff options
| author | Eli Zaretskii | 2001-01-07 10:05:26 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-07 10:05:26 +0000 |
| commit | 4deb3ba9463df46b73b34b315d5d845f628969fd (patch) | |
| tree | 01f5f19d45ca2cfe8b08a47a8dad82e044d1477f | |
| parent | 30db89f9d7186daba642166c8d57a0058b03f209 (diff) | |
| download | emacs-4deb3ba9463df46b73b34b315d5d845f628969fd.tar.gz emacs-4deb3ba9463df46b73b34b315d5d845f628969fd.zip | |
(mail-mode): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/mail/sendmail.el | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63f822a51dc..9f2a62901d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * mail/sendmail.el (mail-mode): Doc fix. | ||
| 4 | |||
| 3 | * info.el (Info-goto-emacs-command-node): Doc fix. | 5 | * info.el (Info-goto-emacs-command-node): Doc fix. |
| 4 | (Info-goto-emacs-key-command-node): Doc fix. | 6 | (Info-goto-emacs-key-command-node): Doc fix. |
| 5 | 7 | ||
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 1711f6ddc10..de01fd9cd04 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -456,7 +456,9 @@ Here are commands that move to a header field (and create it if there isn't): | |||
| 456 | \\[mail-signature] mail-signature (insert `mail-signature-file' file). | 456 | \\[mail-signature] mail-signature (insert `mail-signature-file' file). |
| 457 | \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). | 457 | \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). |
| 458 | \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). | 458 | \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). |
| 459 | \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC)." | 459 | \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC). |
| 460 | Turning on Mail mode runs the normal hooks `text-mode-hook' and | ||
| 461 | `mail-mode-hook' (in that order)." | ||
| 460 | (interactive) | 462 | (interactive) |
| 461 | (kill-all-local-variables) | 463 | (kill-all-local-variables) |
| 462 | (make-local-variable 'mail-reply-action) | 464 | (make-local-variable 'mail-reply-action) |