diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 07:33:26 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 07:33:26 +0000 |
commit | 79f5f9ec9581e7365222f815f8e420965a589a3e (patch) | |
tree | b3caedae1464a4eefe958361570cf491f6f9320b /lisp/menu-bar.el | |
parent | 20d726f5354d25819021b71a71b9e756883dd44f (diff) | |
download | emacs-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.el | 4 |
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" |