Mercurial > emacs
changeset 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 | 442a4d06a99f |
children | 1782b835b59e |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
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)"))