Mercurial > emacs
changeset 39043:a4673ab1749a
(menu-bar-options-menu) <transient-mark-mode>: Fix
the menu entry to mention transient-mark-mode.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 31 Aug 2001 07:31:55 +0000 |
parents | 5c7d18289931 |
children | de81fdfb4ccc |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Fri Aug 31 01:44:53 2001 +0000 +++ b/lisp/menu-bar.el Fri Aug 31 07:31:55 2001 +0000 @@ -639,9 +639,9 @@ (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"