aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1997-11-24 20:16:20 +0000
committerSimon Marshall <[email protected]>1997-11-24 20:16:20 +0000
commita16f6b1688d52126befff3d12838b8e0d41ed19c (patch)
tree3fb70bf4a7b64504b4c9b84fb3ed7aa1a3cfa69f /lisp/menu-bar.el
parentef28d7cb2239136eca34325db73487eb3243e3ab (diff)
Fixed duplicate KEYs in menu-bar-describe-menu.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index f517009263..9e512187c7 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -424,10 +424,10 @@ Do the same for the keys of the same name."
'("Describe Key..." . describe-key))
(define-key menu-bar-describe-menu [list-keybindings]
'("List Key Bindings" . describe-bindings))
-(define-key menu-bar-describe-menu [command-apropos]
+(define-key menu-bar-describe-menu [apropos-variables]
'("Apropos Variables..." . apropos-variable))
-(define-key menu-bar-describe-menu [command-apropos]
- '("Apropos Commands..." . command-apropos))
+(define-key menu-bar-describe-menu [apropos-commands]
+ '("Apropos Commands..." . apropos-command))
(define-key menu-bar-describe-menu [describe-mode]
'("Describe Buffer Modes" . describe-mode))