aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-01-04 10:25:20 +0000
committerEli Zaretskii <[email protected]>2002-01-04 10:25:20 +0000
commit918c7db7f77a5ea84931f7ca7a9ef19190faffc6 (patch)
tree6db05094cbc15aacf4e9c0e929e31fec5382625f /lisp
parent3c418e5471304e6c41e612d417e9dfe73c6cc4d9 (diff)
(mail-recover-1, mail-recover): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/sendmail.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 2d3073f3b4..3e0f17e96b 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -1536,7 +1536,7 @@ The seventh argument ACTIONS is a list of actions to take
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 @@ The seventh argument ACTIONS is a list of actions to take
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*")