# HG changeset patch # User Richard M. Stallman # Date 765157214 0 # Node ID 8d803368758698bff34e7ec731b98b9ddc2f1a66 # Parent 6309d97ee4bc1dbb7b8ba1255550d779b57f3006 Doc fixes. diff -r 6309d97ee4bc -r 8d8033687586 lisp/mail/unrmail.el --- 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))