1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fixed duplicate KEYs in menu-bar-describe-menu.

This commit is contained in:
Simon Marshall 1997-11-24 20:16:20 +00:00
parent ef28d7cb22
commit a16f6b1688

View 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))