diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-31 23:40:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-31 23:40:14 +0000 |
commit | 28925d74e6f21eafd359b1f48490530f7e8c9c32 (patch) | |
tree | 9e83d879a2d24a4df6e6958e92f99da8f0c01476 /lisp/mail/unrmail.el | |
parent | 60a8948ae488b0f4c640f1a4495dfbc22daaef01 (diff) | |
download | emacs-28925d74e6f21eafd359b1f48490530f7e8c9c32.tar.gz |
Doc fixes.
Diffstat (limited to 'lisp/mail/unrmail.el')
-rw-r--r-- | lisp/mail/unrmail.el | 4 |
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 @@ ;;;###autoload (defun batch-unrmail () - "Convert Rmail files to mailbox files. + "Convert Rmail files to system inbox format. Specify the input Rmail file names as command line arguments. For each Rmail file, the corresponding output file name is made by adding `.mail' at the end. @@ -45,7 +45,7 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'." ;;;###autoload (defun unrmail (file to-file) - "Convert Rmail file FILE to mailbox-format file TO-FILE." + "Convert Rmail file FILE to system inbox format file TO-FILE." (interactive "fUnrmail (rmail file): \nFUnrmail into (new mailbox file): ") (let ((message-count 0) (rmail-delete-after-output nil)) |