summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-08-31 10:01:47 +0000
committerEli Zaretskii <eliz@gnu.org>2001-08-31 10:01:47 +0000
commitb2408b0fa7ef87edb770f47248b380480cc86533 (patch)
tree5e85c47acf41b701c5af5f69eb3e5b7d1f6ed2ca /lisp/menu-bar.el
parentc9979669a755112210dd732818ee49a5890c48e5 (diff)
downloademacs-b2408b0fa7ef87edb770f47248b380480cc86533.tar.gz
Capitalize Transient Make.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index e0690a6325b..74d0a0b8d22 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -639,7 +639,7 @@ 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
- "Highlight Marked Text (transient-mark mode)"
+ "Highlight Marked Text (Transient Mark mode)"
"Transient Mark mode %s"
"Highlight the marked region when active"))
(define-key menu-bar-options-menu [toggle-global-lazy-font-lock-mode]