aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-20 23:20:37 +0000
committerRichard M. Stallman1997-09-20 23:20:37 +0000
commite155e60e2dfaa1c400beec0f42ce1b2414aaefc6 (patch)
treefe75ac8852d8497398ad3a358458f4481966e706
parent4f08464cb83b058d916ed9eb4f9c6d54ca44c311 (diff)
downloademacs-e155e60e2dfaa1c400beec0f42ce1b2414aaefc6.tar.gz
emacs-e155e60e2dfaa1c400beec0f42ce1b2414aaefc6.zip
(rmail-output-to-rmail-file): Doc fix.
-rw-r--r--lisp/mail/rmailout.el4
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."
48If the file does not exist, ask if it should be created. 48If the file does not exist, ask if it should be created.
49If file is being visited, the message is appended to the Emacs 49If file is being visited, the message is appended to the Emacs
50buffer visiting that file. 50buffer visiting that file.
51If the file exists and is not an Rmail file, 51If the file exists and is not an Rmail file, the message is
52the message is appended in inbox format. 52appended in inbox format, the same way `rmail-output' does it.
53 53
54The default file name comes from `rmail-default-rmail-file', 54The default file name comes from `rmail-default-rmail-file',
55which is updated to the name you use in this command. 55which is updated to the name you use in this command.