]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed duplicate KEYs in menu-bar-describe-menu.
authorSimon Marshall <simon@gnu.org>
Mon, 24 Nov 1997 20:16:20 +0000 (20:16 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 24 Nov 1997 20:16:20 +0000 (20:16 +0000)
lisp/menu-bar.el

index f5170092633e30baa35091d14d3d07f5f4dd48fc..9e512187c75672e2015d21975d8c23564ac66bc6 100644 (file)
@@ -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))