aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index fd43d64f9de..a772af71e76 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -648,7 +648,7 @@ Type \\[info] to enter Info, which you can use to read GNU documentation."
648 ;; if that is not with the mouse. 648 ;; if that is not with the mouse.
649 (if (not (assq 'display (frame-parameters))) 649 (if (not (assq 'display (frame-parameters)))
650 (if (eq (key-binding "\M-`") 'tmm-menubar) 650 (if (eq (key-binding "\M-`") 'tmm-menubar)
651 (insert "\n\nType ESC ` or Meta-` to use the menu bar.") 651 (insert "\n\nType F10, ESC ` or Meta-` to use the menu bar.")
652 (insert (substitute-command-keys 652 (insert (substitute-command-keys
653 "\n\nType \\[tmm-menubar] to use the menu bar.")))) 653 "\n\nType \\[tmm-menubar] to use the menu bar."))))
654 654