From 79f5f9ec9581e7365222f815f8e420965a589a3e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 31 Aug 2001 07:33:26 +0000 Subject: (menu-bar-options-menu) : Fix the menu entry to mention transient-mark-mode. --- lisp/menu-bar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/menu-bar.el') 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" -- cgit v1.2.1