aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-04-30 21:44:12 +0000
committerKim F. Storm <[email protected]>2004-04-30 21:44:12 +0000
commit4bf6af929cb03d1af406bd0a5cfba456fd7c6239 (patch)
treebfa71d01d3187ae1df8dfeb886e98b31797f4b6f
parent3b365de3add87176be77ba6d498a7c13376bd22a (diff)
(menu-bar-options-menu): Change menu text for CUA.
-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 e45d6926d7..17deeff461 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -893,7 +893,7 @@ PROPS are additional properties."
'("--"))
(define-key menu-bar-options-menu [cua-mode]
(menu-bar-make-mm-toggle cua-mode
- "CUA-style cut and paste"
+ "C-x/C-c/C-v cut and paste (CUA)"
"Use C-z/C-x/C-c/C-v keys for undo/cut/copy/paste"))
(define-key menu-bar-options-menu [case-fold-search]