From: Richard M. Stallman Date: Thu, 31 Mar 1994 23:40:14 +0000 (+0000) Subject: Doc fixes. X-Git-Tag: emacs-19.34~9234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28925d74e6f21eafd359b1f48490530f7e8c9c32;p=emacs.git Doc fixes. --- 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))