aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-31 23:40:14 +0000
committerRichard M. Stallman1994-03-31 23:40:14 +0000
commit28925d74e6f21eafd359b1f48490530f7e8c9c32 (patch)
tree9e83d879a2d24a4df6e6958e92f99da8f0c01476
parent60a8948ae488b0f4c640f1a4495dfbc22daaef01 (diff)
downloademacs-28925d74e6f21eafd359b1f48490530f7e8c9c32.tar.gz
emacs-28925d74e6f21eafd359b1f48490530f7e8c9c32.zip
Doc fixes.
-rw-r--r--lisp/mail/unrmail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el
index ac999a31abd..d203f54c267 100644
--- a/lisp/mail/unrmail.el
+++ b/lisp/mail/unrmail.el
@@ -26,7 +26,7 @@
26 26
27;;;###autoload 27;;;###autoload
28(defun batch-unrmail () 28(defun batch-unrmail ()
29 "Convert Rmail files to mailbox files. 29 "Convert Rmail files to system inbox format.
30Specify the input Rmail file names as command line arguments. 30Specify the input Rmail file names as command line arguments.
31For each Rmail file, the corresponding output file name 31For each Rmail file, the corresponding output file name
32is made by adding `.mail' at the end. 32is made by adding `.mail' at the end.
@@ -45,7 +45,7 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
45 45
46;;;###autoload 46;;;###autoload
47(defun unrmail (file to-file) 47(defun unrmail (file to-file)
48 "Convert Rmail file FILE to mailbox-format file TO-FILE." 48 "Convert Rmail file FILE to system inbox format file TO-FILE."
49 (interactive "fUnrmail (rmail file): \nFUnrmail into (new mailbox file): ") 49 (interactive "fUnrmail (rmail file): \nFUnrmail into (new mailbox file): ")
50 (let ((message-count 0) 50 (let ((message-count 0)
51 (rmail-delete-after-output nil)) 51 (rmail-delete-after-output nil))