diff options
| author | Stephen Eglen | 1998-04-07 08:56:13 +0000 |
|---|---|---|
| committer | Stephen Eglen | 1998-04-07 08:56:13 +0000 |
| commit | 74ae80cdf374a9058d4ac16c7aa8163bbd44b49d (patch) | |
| tree | 9776f8691bd0f594efc543861f3685d2a1ac5ec3 | |
| parent | 85bc1d4ea583f884fc60cdfd8cd3cdbedbb7db8e (diff) | |
| download | emacs-74ae80cdf374a9058d4ac16c7aa8163bbd44b49d.tar.gz emacs-74ae80cdf374a9058d4ac16c7aa8163bbd44b49d.zip | |
Doc fix in rmail-mode.
| -rw-r--r-- | lisp/mail/rmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7e72d0e1571..c5553668c69 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -837,6 +837,7 @@ Instead, these commands are available: | |||
| 837 | \\[rmail-forward] Forward this message to another user. | 837 | \\[rmail-forward] Forward this message to another user. |
| 838 | \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it). | 838 | \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it). |
| 839 | \\[rmail-output] Output this message to a Unix-format mail file (append it). | 839 | \\[rmail-output] Output this message to a Unix-format mail file (append it). |
| 840 | \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line. | ||
| 840 | \\[rmail-input] Input Rmail file. Run Rmail on that file. | 841 | \\[rmail-input] Input Rmail file. Run Rmail on that file. |
| 841 | \\[rmail-add-label] Add label to message. It will be displayed in the mode line. | 842 | \\[rmail-add-label] Add label to message. It will be displayed in the mode line. |
| 842 | \\[rmail-kill-label] Kill label. Remove a label from current message. | 843 | \\[rmail-kill-label] Kill label. Remove a label from current message. |