diff options
| author | Richard M. Stallman | 1994-01-15 01:25:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-15 01:25:35 +0000 |
| commit | 42255e72045075365f8c5538414a698b3bedf42b (patch) | |
| tree | 6033fbfed49b2e474af38e133a3ee77096cd6761 | |
| parent | c08f13bf4e8323978c92c3285052b1f2340502c0 (diff) | |
| download | emacs-42255e72045075365f8c5538414a698b3bedf42b.tar.gz emacs-42255e72045075365f8c5538414a698b3bedf42b.zip | |
Doc fix.
| -rw-r--r-- | lisp/mail/rmailout.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index d74e3ad403a..5b0a222f2bd 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -45,6 +45,9 @@ buffer visiting that file. | |||
| 45 | If the file exists and is not an Rmail file, | 45 | If the file exists and is not an Rmail file, |
| 46 | the message is appended in inbox format. | 46 | the message is appended in inbox format. |
| 47 | 47 | ||
| 48 | The default file name comes from `rmail-last-rmail-file', | ||
| 49 | which is updated to the name you use in this command. | ||
| 50 | |||
| 48 | A prefix argument N says to output N consecutive messages | 51 | A prefix argument N says to output N consecutive messages |
| 49 | starting with the current one. Deleted messages are skipped and don't count." | 52 | starting with the current one. Deleted messages are skipped and don't count." |
| 50 | (interactive | 53 | (interactive |
| @@ -178,6 +181,9 @@ If the pruned message header is shown on the current message, then | |||
| 178 | messages will be appended with pruned headers; otherwise, messages | 181 | messages will be appended with pruned headers; otherwise, messages |
| 179 | will be appended with their original headers. | 182 | will be appended with their original headers. |
| 180 | 183 | ||
| 184 | The default file name comes from `rmail-last-file', | ||
| 185 | which is updated to the name you use in this command. | ||
| 186 | |||
| 181 | The optional third argument NOATTRIBUTE, if non-nil, says not | 187 | The optional third argument NOATTRIBUTE, if non-nil, says not |
| 182 | to set the `filed' attribute, and not to display a message. | 188 | to set the `filed' attribute, and not to display a message. |
| 183 | 189 | ||