diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-18 13:57:00 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-18 13:57:00 -0800 |
commit | b474519ebee98ec8cb29fda3a87ad0179ac9afd0 (patch) | |
tree | 0f5f71a5b8f588695f3d302118fdbdb9fe4d77c2 /lisp/mail/undigest.el | |
parent | e23a3fbee48357a5f97bc990c033723156708c13 (diff) | |
download | emacs-b474519ebee98ec8cb29fda3a87ad0179ac9afd0.tar.gz |
Checked rmail.texi
* doc/emacs/rmail.texi: Copyedits. Use 'mail composition buffer' in place
of '*mail*', since Message does not call it that.
(Rmail Reply): Rename rmail-dont-reply-to-names.
\\`info- no longer handled specially.
Update for rmail-enable-mime-composing.
Don't mention 'm' for replies.
Don't mention rmail-mail-new-frame and cancelling, since it does
not work for Message at the moment.
* lisp/mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
* lisp/mail/undigest.el (unforward-rmail-message): Doc fix.
* admin/FOR-RELEASE: Related markup.
Diffstat (limited to 'lisp/mail/undigest.el')
-rw-r--r-- | lisp/mail/undigest.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index ee44cc72051..e34a3a4d71e 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -228,8 +228,9 @@ Leaves original message, deleted, before the undigestified messages." ;;;###autoload (defun unforward-rmail-message () "Extract a forwarded message from the containing message. -This puts the forwarded message into a separate rmail message -following the containing message." +This puts the forwarded message into a separate rmail message following +the containing message. This command is only useful when messages are +forwarded with `rmail-enable-mime-composing' set to nil." (interactive) (set-buffer rmail-buffer) (let ((buff (current-buffer)) |