# HG changeset patch # User Richard M. Stallman # Date 816456258 0 # Node ID 154408a17c774f574d30bd8777a3ce682e4b1fb2 # Parent 4b9062f951a576a084b6010ed0f6a220172ee98e (command-line-1): Mention F10. diff -r 4b9062f951a5 -r 154408a17c77 lisp/startup.el --- a/lisp/startup.el Wed Nov 15 16:57:23 1995 +0000 +++ b/lisp/startup.el Wed Nov 15 17:24:18 1995 +0000 @@ -648,7 +648,7 @@ ;; 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."))))