mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
in the help text.
This commit is contained in:
parent
125ce9ec5e
commit
eeb935fd22
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-11-19 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* menu-bar.el (menu-bar-describe-menu) <list-keybindings>: Mention
|
||||
"keyboard shortcuts" in the help text.
|
||||
|
||||
2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* startup.el (fancy-splash-default-action): Discard only
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue