# HG changeset patch # User Glenn Morris # Date 1234666334 0 # Node ID 37d66cffaf97fe66e5f210541bf58554f3660684 # Parent 24b13226c128e5aebf912204b59673a8f5ef6bb4 (rmail-summary-output-as-seen): Doc fix. diff -r 24b13226c128 -r 37d66cffaf97 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 15 02:51:21 2009 +0000 +++ b/lisp/ChangeLog Sun Feb 15 02:52:14 2009 +0000 @@ -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 -r 24b13226c128 -r 37d66cffaf97 lisp/mail/rmailsum.el --- a/lisp/mail/rmailsum.el Sun Feb 15 02:51:21 2009 +0000 +++ b/lisp/mail/rmailsum.el Sun Feb 15 02:52:14 2009 +0000 @@ -1685,7 +1685,7 @@ (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.