From 79f5f9ec9581e7365222f815f8e420965a589a3e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii <eliz@gnu.org> Date: Fri, 31 Aug 2001 07:33:26 +0000 Subject: [PATCH] (menu-bar-options-menu) <transient-mark-mode>: Fix the menu entry to mention transient-mark-mode. --- lisp/ChangeLog | 5 +++++ lisp/menu-bar.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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" -- 2.39.5