comparison lisp/startup.el @ 13552:154408a17c77

(command-line-1): Mention F10.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Nov 1995 17:24:18 +0000
parents e0d71654a95f
children 66fa6267358e
comparison
equal deleted inserted replaced
13551:4b9062f951a5 13552:154408a17c77
646 "M-x help")))))) 646 "M-x help"))))))
647 ;; Say how to use the menu bar 647 ;; Say how to use the menu bar
648 ;; if that is not with the mouse. 648 ;; if that is not with the mouse.
649 (if (not (assq 'display (frame-parameters))) 649 (if (not (assq 'display (frame-parameters)))
650 (if (eq (key-binding "\M-`") 'tmm-menubar) 650 (if (eq (key-binding "\M-`") 'tmm-menubar)
651 (insert "\n\nType ESC ` or Meta-` to use the menu bar.") 651 (insert "\n\nType F10, ESC ` or Meta-` to use the menu bar.")
652 (insert (substitute-command-keys 652 (insert (substitute-command-keys
653 "\n\nType \\[tmm-menubar] to use the menu bar.")))) 653 "\n\nType \\[tmm-menubar] to use the menu bar."))))
654 654
655 ;; Windows and MSDOS (currently) do not count as 655 ;; Windows and MSDOS (currently) do not count as
656 ;; window systems, but do have mouse support. 656 ;; window systems, but do have mouse support.