diff options
| author | Richard M. Stallman | 1994-04-03 18:18:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-03 18:18:45 +0000 |
| commit | f9d75fab0c842bbde6d101ea420fb1e07c7e9777 (patch) | |
| tree | b67722fa89d3955feeb218416f8aad17621374fc | |
| parent | 0d2311656a99f9c629ceb73efee47c085760510d (diff) | |
| download | emacs-f9d75fab0c842bbde6d101ea420fb1e07c7e9777.tar.gz emacs-f9d75fab0c842bbde6d101ea420fb1e07c7e9777.zip | |
Doc fix.
| -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. |