Mercurial > emacs
changeset 13552:154408a17c77
(command-line-1): Mention F10.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 15 Nov 1995 17:24:18 +0000 |
parents | 4b9062f951a5 |
children | fb12156faaf5 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."))))