(rmail-summary-output-as-seen): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Feb 2009 02:52:14 +0000 (02:52 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Feb 2009 02:52:14 +0000 (02:52 +0000)
lisp/ChangeLog
lisp/mail/rmailsum.el

index acc311b..ff630ea 100644 (file)
@@ -1,3 +1,12 @@
+2009-02-15  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * mail/rmailedit.el (rmail-edit-diff-headers):
index 6940f3d..5828821 100644 (file)
@@ -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.