diff options
| author | Richard M. Stallman | 1997-09-20 23:20:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-20 23:20:37 +0000 |
| commit | e155e60e2dfaa1c400beec0f42ce1b2414aaefc6 (patch) | |
| tree | fe75ac8852d8497398ad3a358458f4481966e706 | |
| parent | 4f08464cb83b058d916ed9eb4f9c6d54ca44c311 (diff) | |
| download | emacs-e155e60e2dfaa1c400beec0f42ce1b2414aaefc6.tar.gz emacs-e155e60e2dfaa1c400beec0f42ce1b2414aaefc6.zip | |
(rmail-output-to-rmail-file): Doc fix.
| -rw-r--r-- | lisp/mail/rmailout.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index fc2bf545208..1834ff5ae26 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -48,8 +48,8 @@ a file name as a string." | |||
| 48 | If the file does not exist, ask if it should be created. | 48 | If the file does not exist, ask if it should be created. |
| 49 | If file is being visited, the message is appended to the Emacs | 49 | If file is being visited, the message is appended to the Emacs |
| 50 | buffer visiting that file. | 50 | buffer visiting that file. |
| 51 | If the file exists and is not an Rmail file, | 51 | If the file exists and is not an Rmail file, the message is |
| 52 | the message is appended in inbox format. | 52 | appended in inbox format, the same way `rmail-output' does it. |
| 53 | 53 | ||
| 54 | The default file name comes from `rmail-default-rmail-file', | 54 | The default file name comes from `rmail-default-rmail-file', |
| 55 | which is updated to the name you use in this command. | 55 | which is updated to the name you use in this command. |