# HG changeset patch # User Gerd Moellmann # Date 999098111 0 # Node ID 570ea64b9919e02785928715d706bd73cb612c66 # Parent 60340fb3a98e6b643868085c5e6ca4883d3d0125 (menu-bar-options-menu): Make option text, messages and tooltips more consistent. From "Marshall, Simon" . diff -r 60340fb3a98e -r 570ea64b9919 lisp/menu-bar.el --- 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)))