emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el,v
Date: Sun, 28 Jan 2007 07:07:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/28 07:07:01

Index: startup.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/startup.el,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -b -r1.425 -r1.426
--- startup.el  21 Jan 2007 03:53:10 -0000      1.425
+++ startup.el  28 Jan 2007 07:07:01 -0000      1.426
@@ -1149,6 +1149,11 @@
 Getting New Versions\tHow to obtain the latest version of Emacs
 More Manuals / Ordering Manuals       Buying printed manuals from the FSF\n")
   (:face (variable-pitch :weight bold)
+        "To quit a partially entered command, type "
+        :face default
+        "Control-g"
+        :face variable-pitch
+        "."
         "Useful File menu items:\n"
         :face variable-pitch
         "Exit Emacs\t\t(Or type "
@@ -1530,6 +1535,7 @@
               (progn
                 (insert "\
 You can do basic editing with the menu bar and scroll bar using the mouse.
+To quit a partially entered command, type Control-g.
 
 Useful File menu items:
 Exit Emacs             (or type Control-x followed by Control-c)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]