From 53ca4610ef82c31ef249eb0cc000e79b21bf242d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 29 Aug 2001 15:15:41 +0000 Subject: [PATCH] (menu-bar-options-menu): Make option text, messages and tooltips more consistent. From "Marshall, Simon" . --- lisp/ChangeLog | 4 ++++ lisp/menu-bar.el | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5929909e59..1cc2c1c91e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2001-08-29 Gerd Moellmann + * menu-bar.el (menu-bar-options-menu): Make option text, messages + and tooltips more consistent. From "Marshall, Simon" + . + * startup.el (fancy-splash-screens): Temporarily set minor-mode-map-alist to nil while displaying splash screens. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 228faa9d4f8..d96fe37a09f 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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))) -- 2.39.5