mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(rmail-summary-output-as-seen): Doc fix.
This commit is contained in:
parent
aab4c09b6b
commit
8f8cecb318
@ -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):
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user