diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-11-19 11:23:38 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-11-19 11:23:38 +0000 |
commit | eeb935fd22de63da6138db39fab9daf3f02cc136 (patch) | |
tree | 6c4c206d59080ffe8ab8a84921549e3060717a81 /lisp/menu-bar.el | |
parent | 125ce9ec5ecfc85bdf636ea4a0efb3b025f3fad8 (diff) | |
download | emacs-eeb935fd22de63da6138db39fab9daf3f02cc136.tar.gz |
(menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
in the help text.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 007fd4190fe..64dad08988c 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1239,7 +1239,7 @@ mail status in mode line")) (define-key menu-bar-describe-menu [list-keybindings] '(menu-item "List Key Bindings" describe-bindings - :help "Display a list of all current keybindings")) + :help "Display all current keybindings (keyboard shortcuts)")) (define-key menu-bar-describe-menu [describe-current-display-table] '(menu-item "Describe Display Table" describe-current-display-table :help "Describe the current display table")) |