]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-options-menu): Make option text, messages
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Aug 2001 15:15:41 +0000 (15:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Aug 2001 15:15:41 +0000 (15:15 +0000)
and tooltips more consistent.  From "Marshall, Simon"
<Simon.Marshall@midas-kapiti.com>.

lisp/ChangeLog
lisp/menu-bar.el

index d5929909e59a92ddf3bbfd3550d6cb9a03d68893..1cc2c1c91e6921cf813b663575907c6f2203139f 100644 (file)
@@ -1,5 +1,9 @@
 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
 
+       * menu-bar.el (menu-bar-options-menu): Make option text, messages
+       and tooltips more consistent.  From "Marshall, Simon"
+       <Simon.Marshall@midas-kapiti.com>.
+
        * startup.el (fancy-splash-screens): Temporarily set
        minor-mode-map-alist to nil while displaying splash screens.
 
index 228faa9d4f8166a4310ce3459c617ca951b7aab8..d96fe37a09f57c2f131dd078f8205a73b33795cb 100644 (file)
@@ -639,13 +639,13 @@ 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
-                       "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)))