Mercurial > emacs
changeset 45044:ab83b8e87ebd
(menu-bar-custom-menu): Change "Recently Changed Options"
to "New Options..."; rephrase tooltip.
Rephrase tooltip for "Specific Option...".
Added "Saved Options" item. [from Simon Marshall]
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 30 Apr 2002 20:38:21 +0000 |
parents | 76dd94abc805 |
children | 9858a07e7516 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Tue Apr 30 19:21:33 2002 +0000 +++ b/lisp/menu-bar.el Tue Apr 30 20:38:21 2002 +0000 @@ -510,7 +510,7 @@ (define-key menu-bar-custom-menu [customize-apropos] '(menu-item "Settings Matching Regexp..." customize-apropos :help "Browse customizable settings whose names match regexp")) -(define-key menu-bar-custom-menu [separator-2] +(define-key menu-bar-custom-menu [separator-1] '("--")) (define-key menu-bar-custom-menu [customize-group] '(menu-item "Specific Group..." customize-group @@ -520,10 +520,15 @@ :help "Customize attributes of specific face")) (define-key menu-bar-custom-menu [customize-option] '(menu-item "Specific Option..." customize-option - :help "Change value of specific option")) + :help "Customize value of specific option")) +(define-key menu-bar-custom-menu [separator-2] + '("--")) (define-key menu-bar-custom-menu [customize-changed-options] - '(menu-item "Recently Changed Options..." customize-changed-options - :help "Customize options changed in recent versions")) + '(menu-item "New Options..." customize-changed-options + :help "Options added or changed in recent Emacs versions")) +(define-key menu-bar-custom-menu [customize-saved] + '(menu-item "Saved Options" customize-saved + :help "Customize previously saved options")) (define-key menu-bar-custom-menu [separator-3] '("--")) (define-key menu-bar-custom-menu [customize-browse]