diff options
| -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. |