Mercurial > emacs
changeset 42522:bf0d83587878
(mail-recover-1, mail-recover): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 04 Jan 2002 10:25:20 +0000 |
parents | 72a5aec83cab |
children | f7a6647d3123 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Fri Jan 04 10:15:04 2002 +0000 +++ b/lisp/mail/sendmail.el Fri Jan 04 10:25:20 2002 +0000 @@ -1536,7 +1536,7 @@ initialized)) (defun mail-recover-1 () - "Pop up a list of auto-saved draft messages and allow to recover them." + "Pop up a list of auto-saved draft messages so you can recover one of them." (interactive) (let ((file-name (make-auto-save-file-name)) (ls-lisp-support-shell-wildcards t) @@ -1607,7 +1607,12 @@ default-buffer-file-coding-system)))))))) (defun mail-recover () - "Recover interrupted mail composition from auto-save files." + "Recover interrupted mail composition from auto-save files. + +If the mail buffer has a current valid auto-save file, +the command recovers that file. Otherwise, it displays a +buffer showing the existing auto-saved draft messages; +you can move to one of them and type C-c C-c to recover that one." (interactive) ;; In case they invoke us from some random buffer... (switch-to-buffer "*mail*")