From 8f8cecb318f4e69962a6997bcec066c20f33eded Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 15 Feb 2009 02:52:14 +0000 Subject: [PATCH] (rmail-summary-output-as-seen): Doc fix. --- lisp/ChangeLog | 9 +++++++++ lisp/mail/rmailsum.el | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index acc311bc9d2..ff630eacc16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2009-02-15 Glenn Morris + + * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix. + + * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group. + (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove + unnecessary use of with-no-warnings. + (rmail-output-as-mbox, rmail-output-as-seen): Doc fix. + 2009-02-15 Richard M Stallman * mail/rmailedit.el (rmail-edit-diff-headers): diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 6940f3d4ba6..58288210c2f 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -1685,7 +1685,7 @@ even the header display is currently pruned." (file-name &optional count noattribute from-gnus)) (defun rmail-summary-output-as-seen (&optional file-name n) - "Append this message to system-inbox-format mail file named FILE-NAME. + "Append this message to mbox file named FILE-NAME. A prefix argument N says to output that many consecutive messages, from the summary, starting with the current one. Deleted messages are skipped and don't count. -- 2.39.5