Mercurial > emacs
changeset 67002:c9d9dfe47d58
(menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
in the help text.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 19 Nov 2005 11:23:04 +0000 |
parents | 72f96bbba39a |
children | e7f5359f0316 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Sat Nov 19 06:35:38 2005 +0000 +++ b/lisp/menu-bar.el Sat Nov 19 11:23:04 2005 +0000 @@ -1239,7 +1239,7 @@ (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"))