diff lisp/mail/vms-pmail.el @ 90650:02cf29720f31

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
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents c5406394f567 401ef839523a
children 6588c6259dfb
line wrap: on
line diff
--- a/lisp/mail/vms-pmail.el	Tue Nov 07 02:37:49 2006 +0000
+++ b/lisp/mail/vms-pmail.el	Tue Nov 07 23:22:48 2006 +0000
@@ -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 @@
     (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 @@
 \\[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)