aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-02-15 02:52:14 +0000
committerGlenn Morris2009-02-15 02:52:14 +0000
commit8f8cecb318f4e69962a6997bcec066c20f33eded (patch)
tree4ecea59fe113c40324f9ac2f7356a91f65fa1736
parentaab4c09b6b424e17e69d815e26d30405b9ec4378 (diff)
downloademacs-8f8cecb318f4e69962a6997bcec066c20f33eded.tar.gz
emacs-8f8cecb318f4e69962a6997bcec066c20f33eded.zip
(rmail-summary-output-as-seen): Doc fix.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/mail/rmailsum.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index acc311bc9d2..ff630eacc16 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12009-02-15 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
4
5 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
6 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
7 unnecessary use of with-no-warnings.
8 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
9
12009-02-15 Richard M Stallman <rms@gnu.org> 102009-02-15 Richard M Stallman <rms@gnu.org>
2 11
3 * mail/rmailedit.el (rmail-edit-diff-headers): 12 * 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."
1685 (file-name &optional count noattribute from-gnus)) 1685 (file-name &optional count noattribute from-gnus))
1686 1686
1687(defun rmail-summary-output-as-seen (&optional file-name n) 1687(defun rmail-summary-output-as-seen (&optional file-name n)
1688 "Append this message to system-inbox-format mail file named FILE-NAME. 1688 "Append this message to mbox file named FILE-NAME.
1689A prefix argument N says to output that many consecutive messages, 1689A prefix argument N says to output that many consecutive messages,
1690from the summary, starting with the current one. 1690from the summary, starting with the current one.
1691Deleted messages are skipped and don't count. 1691Deleted messages are skipped and don't count.