mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(menu-bar-describe-menu): Delete "What's New".
Rename "Describe Key" to "Describe Key or Mouse Operation".
This commit is contained in:
parent
cc1f74de8c
commit
c6a816dfe1
2 changed files with 19 additions and 7 deletions
|
|
@ -1255,15 +1255,10 @@ mail status in mode line"))
|
|||
'(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
|
||||
'(menu-item "Describe Key or Mouse Operation..." 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 "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)"))
|
||||
key, a click, or a menu-item"))
|
||||
(define-key menu-bar-describe-menu [describe-mode]
|
||||
'(menu-item "Describe Buffer Modes" describe-mode
|
||||
:help "Describe this buffer's major and minor mode"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue