aboutsummaryrefslogtreecommitdiffstats
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
parent565132a3712b9a566ba96b5a433cea2717273656 (diff)
(menu-bar-options-menu): Make option text, messages
and tooltips more consistent. From "Marshall, Simon" <[email protected]>.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/menu-bar.el8
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5929909e5..1cc2c1c91e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
2001-08-29 Gerd Moellmann <[email protected]>
+ * menu-bar.el (menu-bar-options-menu): Make option text, messages
+ and tooltips more consistent. From "Marshall, Simon"
+
* startup.el (fancy-splash-screens): Temporarily set
minor-mode-map-alist to nil while displaying splash screens.
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)))