diff options
| author | Glenn Morris | 2009-02-15 02:52:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-02-15 02:52:14 +0000 |
| commit | 8f8cecb318f4e69962a6997bcec066c20f33eded (patch) | |
| tree | 4ecea59fe113c40324f9ac2f7356a91f65fa1736 | |
| parent | aab4c09b6b424e17e69d815e26d30405b9ec4378 (diff) | |
| download | emacs-8f8cecb318f4e69962a6997bcec066c20f33eded.tar.gz emacs-8f8cecb318f4e69962a6997bcec066c20f33eded.zip | |
(rmail-summary-output-as-seen): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/mail/rmailsum.el | 2 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-02-15 Richard M Stallman <rms@gnu.org> | 10 | 2009-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. |
| 1689 | A prefix argument N says to output that many consecutive messages, | 1689 | A prefix argument N says to output that many consecutive messages, |
| 1690 | from the summary, starting with the current one. | 1690 | from the summary, starting with the current one. |
| 1691 | Deleted messages are skipped and don't count. | 1691 | Deleted messages are skipped and don't count. |