From 325cbd32fccaeef634962ba45734161dcd06dedc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 15 Nov 1995 17:24:18 +0000 Subject: [PATCH] (command-line-1): Mention F10. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")))) -- 2.39.2