aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-08-29 15:15:41 +0000
committerGerd Moellmann <[email protected]>2001-08-29 15:15:41 +0000
commit53ca4610ef82c31ef249eb0cc000e79b21bf242d (patch)
tree637d079e54091bc024d33f2b6962f4189612ad4d /lisp/menu-bar.el
parent565132a3712b9a566ba96b5a433cea2717273656 (diff)
(menu-bar-options-menu): Make option text, messages
and tooltips more consistent. From "Marshall, Simon" <[email protected]>.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 228faa9d4f..d96fe37a09 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -639,13 +639,13 @@ Do the same for the keys of the same name."
(show-paren-mode)))
(define-key menu-bar-options-menu [transient-mark-mode]
(menu-bar-make-toggle toggle-transient-mark-mode transient-mark-mode
- "Transient Mark Mode (highlights region)"
+ "Highlight Active Region"
"Transient Mark mode %s"
- "Highlight the marked region when it's active"))
+ "Highlight marked region when active"))
(define-key menu-bar-options-menu [toggle-global-lazy-font-lock-mode]
(menu-bar-make-toggle toggle-global-lazy-font-lock-mode global-font-lock-mode
- "Highlight Syntax (Global Font Lock)"
- "Syntax Highlighting %s"
+ "Highlight Syntactically"
+ "Global Font Lock mode %s"
"Highlight text based on language syntax"
(global-font-lock-mode)))