aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/menu-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 47cdd618517..e51d69c5faf 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -335,7 +335,7 @@ Do the same for the keys of the same name."
335 335
336(defvar menu-bar-custom-menu (make-sparse-keymap "Customize")) 336(defvar menu-bar-custom-menu (make-sparse-keymap "Customize"))
337 337
338(define-key menu-bar-custom-menu [custom-menu-update] 338(define-key menu-bar-custom-menu [Custom-menu-update]
339 '("Update This Menu" . custom-menu-update)) 339 '("Update This Menu" . custom-menu-update))
340(define-key menu-bar-custom-menu [customize-apropos] 340(define-key menu-bar-custom-menu [customize-apropos]
341 '("Apropos..." . customize-apropos)) 341 '("Apropos..." . customize-apropos))
@@ -346,7 +346,7 @@ Do the same for the keys of the same name."
346(define-key menu-bar-custom-menu [customize-variable] 346(define-key menu-bar-custom-menu [customize-variable]
347 '("Specific Variable..." . customize-variable)) 347 '("Specific Variable..." . customize-variable))
348(define-key menu-bar-custom-menu [customize] 348(define-key menu-bar-custom-menu [customize]
349 '("Browse Hierarchy of User Options" . customize)) 349 '("Browse Hierarchy of User Options" . customize-browse))
350 350
351(define-key menu-bar-help-menu [emacs-version] 351(define-key menu-bar-help-menu [emacs-version]
352 '("Show Version" . emacs-version)) 352 '("Show Version" . emacs-version))