From: Eli Zaretskii Date: Fri, 4 Nov 2005 14:51:08 +0000 (+0000) Subject: (rmail-output-to-rmail-file, rmail-output): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~6058 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c6bf1bbddefe3a7c9f3d0904c130723e2e919f1;p=emacs.git (rmail-output-to-rmail-file, rmail-output): Doc fix. --- diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index d97c181eb81..97654ae92c5 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -123,11 +123,11 @@ appended in inbox format, the same way `rmail-output' does it. The default file name comes from `rmail-default-rmail-file', which is updated to the name you use in this command. -A prefix argument N says to output N consecutive messages +A prefix argument COUNT says to output that many consecutive messages, starting with the current one. Deleted messages are skipped and don't count. -If optional argument STAY is non-nil, then leave the last filed -mesasge up instead of moving forward to the next non-deleted message." +If the optional argument STAY is non-nil, then leave the last filed +message up instead of moving forward to the next non-deleted message." (interactive (list (rmail-output-read-rmail-file-name) (prefix-numeric-value current-prefix-arg))) @@ -265,9 +265,9 @@ mesasge up instead of moving forward to the next non-deleted message." ;;;###autoload (defun rmail-output (file-name &optional count noattribute from-gnus) "Append this message to system-inbox-format mail file named FILE-NAME. -A prefix argument N says to output N consecutive messages +A prefix argument COUNT says to output that many consecutive messages, starting with the current one. Deleted messages are skipped and don't count. -When called from lisp code, N may be omitted. +When called from lisp code, COUNT may be omitted and defaults to 1. If the pruned message header is shown on the current message, then messages will be appended with pruned headers; otherwise, messages