diff options
| author | Richard M. Stallman | 1994-03-31 23:40:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-31 23:40:14 +0000 |
| commit | 28925d74e6f21eafd359b1f48490530f7e8c9c32 (patch) | |
| tree | 9e83d879a2d24a4df6e6958e92f99da8f0c01476 | |
| parent | 60a8948ae488b0f4c640f1a4495dfbc22daaef01 (diff) | |
| download | emacs-28925d74e6f21eafd359b1f48490530f7e8c9c32.tar.gz emacs-28925d74e6f21eafd359b1f48490530f7e8c9c32.zip | |
Doc fixes.
| -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 @@ | |||
| 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. |
| 30 | Specify the input Rmail file names as command line arguments. | 30 | Specify the input Rmail file names as command line arguments. |
| 31 | For each Rmail file, the corresponding output file name | 31 | For each Rmail file, the corresponding output file name |
| 32 | is made by adding `.mail' at the end. | 32 | is 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)) |