Mercurial > emacs
changeset 39017:570ea64b9919
(menu-bar-options-menu): Make option text, messages
and tooltips more consistent. From "Marshall, Simon"
<Simon.Marshall@midas-kapiti.com>.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 29 Aug 2001 15:15:11 +0000 |
parents | 60340fb3a98e |
children | 23eee4af37c1 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Wed Aug 29 15:02:01 2001 +0000 +++ b/lisp/menu-bar.el Wed Aug 29 15:15:11 2001 +0000 @@ -639,13 +639,13 @@ (show-paren-mode))) (define-key menu-bar-options-menu [transient-mark-mode] (menu-bar-make-toggle toggle-transient-mark-mode transient-mark-mode - "Transient Mark Mode (highlights region)" + "Highlight Active Region" "Transient Mark mode %s" - "Highlight the marked region when it's active")) + "Highlight 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 Syntax (Global Font Lock)" - "Syntax Highlighting %s" + "Highlight Syntactically" + "Global Font Lock mode %s" "Highlight text based on language syntax" (global-font-lock-mode)))