diff options
author | Miles Bader <miles@gnu.org> | 2006-11-07 23:22:48 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-11-07 23:22:48 +0000 |
commit | dbc3b08c405a7b1c0ddb0fb0c98164b355802af5 (patch) | |
tree | 00c6f28244409d14bec11e221fb3c03daef63fc6 /lisp/mail/vms-pmail.el | |
parent | bbb6e8f2b6037dc1ee4ddd6cb63a1a6ddb04a591 (diff) | |
parent | 86cb14475e9e76f0b3323d2e7110a4a2bd310cdb (diff) | |
download | emacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.tar.gz emacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.tar.bz2 emacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.zip |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 490-504)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 161-163)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
Diffstat (limited to 'lisp/mail/vms-pmail.el')
-rw-r--r-- | lisp/mail/vms-pmail.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mail/vms-pmail.el b/lisp/mail/vms-pmail.el index 3126f813000..e7c44edbeb2 100644 --- a/lisp/mail/vms-pmail.el +++ b/lisp/mail/vms-pmail.el @@ -40,9 +40,9 @@ ;;; then execute them as though emacs were just starting up. ;;; (defun vms-pmail-save-and-exit () - "Save current buffer and exit emacs. -If this emacs cannot be suspended, you will be prompted about modified -buffers other than the mail buffer. BEWARE --- suspending emacs without + "Save current buffer and exit Emacs. +If this Emacs cannot be suspended, you will be prompted about modified +buffers other than the mail buffer. BEWARE --- suspending Emacs without saving your mail buffer causes mail to abort the send (potentially useful since the mail buffer is still here)." (interactive) @@ -55,7 +55,7 @@ since the mail buffer is still here)." (suspend-emacs))) (defun vms-pmail-abort () - "Mark buffer as unmodified and exit emacs. + "Mark buffer as unmodified and exit Emacs. When the editor is exited without saving its buffer, VMS mail does not send a message. If you have other modified buffers you will be prompted for what to do with them." @@ -78,7 +78,7 @@ following bindings are established. \\[vms-pmail-save-and-exit] vms-pmail-save-and-exit \\[vms-pmail-abort] vms-pmail-abort -All other emacs commands are still available." +All other Emacs commands are still available." (interactive) (auto-save-mode -1) (text-mode) |