Mercurial > emacs
changeset 6618:8d8033687586
Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 31 Mar 1994 23:40:14 +0000 |
parents | 6309d97ee4bc |
children | b3631c88ec7e |
files | lisp/mail/unrmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/unrmail.el Thu Mar 31 23:22:23 1994 +0000 +++ b/lisp/mail/unrmail.el Thu Mar 31 23:40:14 1994 +0000 @@ -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 @@ ;;;###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))