1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(command-line-1): Mention F10.

This commit is contained in:
Richard M. Stallman 1995-11-15 17:24:18 +00:00
parent 4a9ee00512
commit 325cbd32fc

View file

@ -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."))))