From: Eli Zaretskii <eliz@gnu.org>
Date: Fri, 31 Aug 2001 07:33:26 +0000 (+0000)
Subject: (menu-bar-options-menu) <transient-mark-mode>: Fix
X-Git-Tag: emacs-pretest-21.0.105~12
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79f5f9ec9581e7365222f815f8e420965a589a3e;p=emacs.git

(menu-bar-options-menu) <transient-mark-mode>: Fix
the menu entry to mention transient-mark-mode.
---

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6526225a17a..a40398674e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+	* menu-bar.el (menu-bar-options-menu) <transient-mark-mode>: Fix
+	the menu entry to mention transient-mark-mode.
+
 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
 
 	* simple.el (eval-expression-print-level): Fix last change.
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"