summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-15 17:24:18 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-15 17:24:18 +0000
commit43393fb66a3e957cdf714495edc177f7dc87c025 (patch)
tree58d029a6a3c7ca34b23ff82d5bf34663f9ed7369 /lisp/startup.el
parent1a4f632cb70569997ab175cd8aa6251eaba0a940 (diff)
downloademacs-43393fb66a3e957cdf714495edc177f7dc87c025.tar.gz
(command-line-1): Mention F10.
Diffstat (limited to 'lisp/startup.el')
-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."
;; if that is not with the mouse.
(if (not (assq 'display (frame-parameters)))
(if (eq (key-binding "\M-`") 'tmm-menubar)
- (insert "\n\nType ESC ` or Meta-` to use the menu bar.")
+ (insert "\n\nType F10, ESC ` or Meta-` to use the menu bar.")
(insert (substitute-command-keys
"\n\nType \\[tmm-menubar] to use the menu bar."))))