aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/menu-bar.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 528c3b412b1..97131a5f199 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-11-19 Eli Zaretskii <eliz@gnu.org>
2
3 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>: Mention
4 "keyboard shortcuts" in the help text.
5
12005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * startup.el (fancy-splash-default-action): Discard only 8 * startup.el (fancy-splash-default-action): Discard only
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"))
1239 1239
1240(define-key menu-bar-describe-menu [list-keybindings] 1240(define-key menu-bar-describe-menu [list-keybindings]
1241 '(menu-item "List Key Bindings" describe-bindings 1241 '(menu-item "List Key Bindings" describe-bindings
1242 :help "Display a list of all current keybindings")) 1242 :help "Display all current keybindings (keyboard shortcuts)"))
1243(define-key menu-bar-describe-menu [describe-current-display-table] 1243(define-key menu-bar-describe-menu [describe-current-display-table]
1244 '(menu-item "Describe Display Table" describe-current-display-table 1244 '(menu-item "Describe Display Table" describe-current-display-table
1245 :help "Describe the current display table")) 1245 :help "Describe the current display table"))