aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-03 18:18:45 +0000
committerRichard M. Stallman1994-04-03 18:18:45 +0000
commitf9d75fab0c842bbde6d101ea420fb1e07c7e9777 (patch)
treeb67722fa89d3955feeb218416f8aad17621374fc
parent0d2311656a99f9c629ceb73efee47c085760510d (diff)
downloademacs-f9d75fab0c842bbde6d101ea420fb1e07c7e9777.tar.gz
emacs-f9d75fab0c842bbde6d101ea420fb1e07c7e9777.zip
Doc fix.
-rw-r--r--lisp/mail/rmailout.el2
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.
185A prefix argument N says to output N consecutive messages 185A prefix argument N says to output N consecutive messages
186starting with the current one. Deleted messages are skipped and don't count. 186starting with the current one. Deleted messages are skipped and don't count.
187When called from lisp code, N may be omitted. 187When called from lisp code, N may be omitted.