changeset 102049:37d66cffaf97

(rmail-summary-output-as-seen): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sun, 15 Feb 2009 02:52:14 +0000
parents 24b13226c128
children ec7d88c6aa9d
files lisp/ChangeLog lisp/mail/rmailsum.el
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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):
--- 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.