diff options
| author | Richard M. Stallman | 1992-09-04 21:28:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-04 21:28:29 +0000 |
| commit | 2c91c85ce0f831e6636e9152c6d05b1efe39d392 (patch) | |
| tree | f2d153806d7e2a7a43e691d918ce3809f193ceb0 /lisp/mail | |
| parent | d872b7483c74b8e03501db57e13c96e8df444d0d (diff) | |
| download | emacs-2c91c85ce0f831e6636e9152c6d05b1efe39d392.tar.gz emacs-2c91c85ce0f831e6636e9152c6d05b1efe39d392.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 884dbe634ee..2d4a225cd65 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -319,8 +319,8 @@ Instead, these commands are available: | |||
| 319 | Any other label is present only if you add it with `a'. | 319 | Any other label is present only if you add it with `a'. |
| 320 | \\[rmail-previous-labeled-message] Move to Previous message with specified label | 320 | \\[rmail-previous-labeled-message] Move to Previous message with specified label |
| 321 | \\[rmail-summary] Show headers buffer, with a one line summary of each message. | 321 | \\[rmail-summary] Show headers buffer, with a one line summary of each message. |
| 322 | \\[rmail-summary-by-labels] Like h only just messages with particular label(s) are summarized. | 322 | \\[rmail-summary-by-labels] Like \\[rmail-summary] only just messages with particular label(s) are summarized. |
| 323 | \\[rmail-summary-by-recipients] Like h only just messages with particular recipient(s) are summarized. | 323 | \\[rmail-summary-by-recipients] Like \\[rmail-summary] only just messages with particular recipient(s) are summarized. |
| 324 | \\[rmail-toggle-header] Toggle header, show Rmail header if unformatted or vice versa. | 324 | \\[rmail-toggle-header] Toggle header, show Rmail header if unformatted or vice versa. |
| 325 | \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail." | 325 | \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail." |
| 326 | (interactive) | 326 | (interactive) |