diff options
| -rw-r--r-- | lisp/mail/rmailout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 4fb669b09bb..fa96fb9316b 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -181,7 +181,7 @@ starting with the current one. Deleted messages are skipped and don't count." | |||
| 181 | ;;; There are functions elsewhere in Emacs that use this function; check | 181 | ;;; There are functions elsewhere in Emacs that use this function; check |
| 182 | ;;; them out before you change the calling method. | 182 | ;;; them out before you change the calling method. |
| 183 | (defun rmail-output (file-name &optional count noattribute from-gnus) | 183 | (defun rmail-output (file-name &optional count noattribute from-gnus) |
| 184 | "Append this message to Unix mail file named FILE-NAME. | 184 | "Append this message to system-inbox-format mail file named FILE-NAME. |
| 185 | A prefix argument N says to output N consecutive messages | 185 | A prefix argument N says to output N consecutive messages |
| 186 | starting with the current one. Deleted messages are skipped and don't count. | 186 | starting with the current one. Deleted messages are skipped and don't count. |
| 187 | When called from lisp code, N may be omitted. | 187 | When called from lisp code, N may be omitted. |