diff options
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)) |