# HG changeset patch # User Eli Zaretskii # Date 1131115868 0 # Node ID ceaaebf15d2949cfb4eaeb5726f72710b7601891 # Parent 3ee6314bb2471635f4999f3670f272ef2ebea089 (rmail-output-to-rmail-file, rmail-output): Doc fix. diff -r 3ee6314bb247 -r ceaaebf15d29 lisp/mail/rmailout.el --- a/lisp/mail/rmailout.el Fri Nov 04 14:44:06 2005 +0000 +++ b/lisp/mail/rmailout.el Fri Nov 04 14:51:08 2005 +0000 @@ -123,11 +123,11 @@ 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 @@ ;;;###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