aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel1998-04-14 10:44:53 +0000
committerAndré Spiegel1998-04-14 10:44:53 +0000
commitc5ce405b347c6f7d939b3726d4c098fbccc97c2a (patch)
treee24e3adeffebecb2c2735aaa495294edf49bc911
parentaa6356917b3e06e6c4589ed1ddb61895b80c52fb (diff)
downloademacs-c5ce405b347c6f7d939b3726d4c098fbccc97c2a.tar.gz
emacs-c5ce405b347c6f7d939b3726d4c098fbccc97c2a.zip
(command-line-1): Better wording in mouse startup message.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 40777b09875..95f4696ab7e 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -787,7 +787,7 @@ If this is nil, no message will be displayed."
787 (if (assq 'display (frame-parameters)) 787 (if (assq 'display (frame-parameters))
788 (progn 788 (progn
789 (insert "\ 789 (insert "\
790The menu bar menus above are sufficient for basic editing with the mouse. 790The menu bar above is sufficient for basic editing with the mouse.
791 791
792Useful Files menu items: 792Useful Files menu items:
793Exit Emacs (or type Control-x followed by Control-c) 793Exit Emacs (or type Control-x followed by Control-c)