diff lisp/menu-bar.el @ 48524:710d401ff225

(menu-bar-describe-menu): Add "What's This?" item.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Nov 2002 19:00:38 +0000
parents 243072643e17
children 5f0cc4c0a0c7
line wrap: on
line diff
--- a/lisp/menu-bar.el	Sun Nov 24 18:59:48 2002 +0000
+++ b/lisp/menu-bar.el	Sun Nov 24 19:00:38 2002 +0000
@@ -1141,8 +1141,13 @@
 (define-key menu-bar-describe-menu [describe-function]
   '(menu-item "Describe Function..." describe-function
 	      :help "Display documentation of function/command"))
+(define-key menu-bar-describe-menu [describe-key-1]
+  '(menu-item "Describe Key..." describe-key
+	      ;; Users typically don't identify keys and menu items...
+	      :help "Display documentation of command bound to a \
+key (or menu-item)"))
 (define-key menu-bar-describe-menu [describe-key]
-  '(menu-item "Describe Key..." describe-key
+  '(menu-item "What's This? " describe-key
 	      ;; Users typically don't identify keys and menu items...
 	      :help "Display documentation of command bound to a \
 key (or menu-item)"))