summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-08-31 07:33:26 +0000
committerEli Zaretskii <eliz@gnu.org>2001-08-31 07:33:26 +0000
commit79f5f9ec9581e7365222f815f8e420965a589a3e (patch)
treeb3caedae1464a4eefe958361570cf491f6f9320b /lisp/menu-bar.el
parent20d726f5354d25819021b71a71b9e756883dd44f (diff)
downloademacs-79f5f9ec9581e7365222f815f8e420965a589a3e.tar.gz
(menu-bar-options-menu) <transient-mark-mode>: Fix
the menu entry to mention transient-mark-mode.
Diffstat (limited to 'lisp/menu-bar.el')
-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 d96fe37a09f..e0690a6325b 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -639,9 +639,9 @@ 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
- "Highlight Active Region"
+ "Highlight Marked Text (transient-mark mode)"
"Transient Mark mode %s"
- "Highlight marked region when active"))
+ "Highlight the 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 Syntactically"