summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-09 19:03:09 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-09 19:03:09 +0000
commitb11644937e46027d76e6d21387fd1a11b1cd400d (patch)
treea55bc03dfad200acc6aa873d7bd5eda0445ad038 /lisp/menu-bar.el
parent12eb8ea0130296c2f6f0b79400863a71a1b07c68 (diff)
downloademacs-b11644937e46027d76e6d21387fd1a11b1cd400d.tar.gz
(menu-bar-custom-menu): Add several more menu items.
Rename some. Delete "Update this menu".
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el20
1 files changed, 15 insertions, 5 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 2fba26fbbc9..ce0f5bc7edb 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -335,18 +335,28 @@ Do the same for the keys of the same name."
(defvar menu-bar-custom-menu (make-sparse-keymap "Customize"))
-(define-key menu-bar-custom-menu [Custom-menu-update]
- '("Update This Menu" . Custom-menu-update))
+(define-key menu-bar-custom-menu [customize-apropos-groups]
+ '("Apropos Groups..." . customize-apropos-groups))
+(define-key menu-bar-custom-menu [customize-apropos-faces]
+ '("Apropos Faces..." . customize-apropos-faces))
+(define-key menu-bar-custom-menu [customize-apropos-options]
+ '("Apropos Options..." . customize-apropos-options))
(define-key menu-bar-custom-menu [customize-apropos]
'("Apropos..." . customize-apropos))
+(define-key menu-bar-custom-menu [separator-2]
+ '("--"))
(define-key menu-bar-custom-menu [customize-group]
'("Specific Group..." . customize-group))
(define-key menu-bar-custom-menu [customize-face]
'("Specific Face..." . customize-face))
-(define-key menu-bar-custom-menu [customize-variable]
- '("Specific Variable..." . customize-variable))
+(define-key menu-bar-custom-menu [customize-option]
+ '("Specific Option..." . customize-option))
+(define-key menu-bar-custom-menu [separator-3]
+ '("--"))
(define-key menu-bar-custom-menu [customize-browse]
- '("Browse Hierarchy of User Options" . customize-browse))
+ '("Browse Customization Groups" . customize-browse))
+(define-key menu-bar-custom-menu [customize]
+ '("Top-level Customization Group" . customize))
(define-key menu-bar-help-menu [emacs-version]
'("Show Version" . emacs-version))