# HG changeset patch # User Eli Zaretskii # Date 1001246254 0 # Node ID 994606d2160a3e9b8418a9fcc5dec66d48e2b690 # Parent 11216aa2d43c52c43f997325115f17e0f38c7e6f Minor fixes for text of help-echo in some options. diff -r 11216aa2d43c -r 994606d2160a lisp/menu-bar.el --- a/lisp/menu-bar.el Sat Sep 22 20:23:16 2001 +0000 +++ b/lisp/menu-bar.el Sun Sep 23 11:57:34 2001 +0000 @@ -634,20 +634,20 @@ '("--")) (define-key menu-bar-options-menu [highlight-paren-mode] (menu-bar-make-toggle toggle-highlight-paren-mode show-paren-mode - "Highlight Matching Parentheses" + "Paren Match Highlighting (Show Paren mode)" "Show Paren mode %s" - "Highlight matching and mismatched parentheses" + "Highlight matching/mismatched parentheses at cursor" (show-paren-mode))) (define-key menu-bar-options-menu [transient-mark-mode] (menu-bar-make-toggle toggle-transient-mark-mode transient-mark-mode - "Highlight Marked Text (Transient Mark mode)" + "Active Region Highlighting (Transient Mark mode)" "Transient Mark mode %s" - "Highlight the marked region when active")) + "Make text in active region stand out in color")) (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" + "Syntax Highlighting (Global Font Lock mode)" "Global Font Lock mode %s" - "Highlight text based on language syntax" + "Colorize text based on language syntax" (global-font-lock-mode)))