aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-04-06 21:55:01 +0000
committerKarl Heuer1998-04-06 21:55:01 +0000
commita46aa0b2b3653a6e8f5b6176b8ab4e5d6da29506 (patch)
tree1269a8c850696459de57d834e8dac0fad3716171
parente540cbed19a420b56eb120100f5e10318942407a (diff)
downloademacs-a46aa0b2b3653a6e8f5b6176b8ab4e5d6da29506.tar.gz
emacs-a46aa0b2b3653a6e8f5b6176b8ab4e5d6da29506.zip
(command-line-1): Fix punctuation in startup screen.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 9fe3e48c448..40777b09875 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 menus above are 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)