aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-04-30 21:44:12 +0000
committerKim F. Storm2004-04-30 21:44:12 +0000
commit4bf6af929cb03d1af406bd0a5cfba456fd7c6239 (patch)
treebfa71d01d3187ae1df8dfeb886e98b31797f4b6f
parent3b365de3add87176be77ba6d498a7c13376bd22a (diff)
downloademacs-4bf6af929cb03d1af406bd0a5cfba456fd7c6239.tar.gz
emacs-4bf6af929cb03d1af406bd0a5cfba456fd7c6239.zip
(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 e45d6926d70..17deeff4619 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -893,7 +893,7 @@ PROPS are additional properties."
893 '("--")) 893 '("--"))
894(define-key menu-bar-options-menu [cua-mode] 894(define-key menu-bar-options-menu [cua-mode]
895 (menu-bar-make-mm-toggle cua-mode 895 (menu-bar-make-mm-toggle cua-mode
896 "CUA-style cut and paste" 896 "C-x/C-c/C-v cut and paste (CUA)"
897 "Use C-z/C-x/C-c/C-v keys for undo/cut/copy/paste")) 897 "Use C-z/C-x/C-c/C-v keys for undo/cut/copy/paste"))
898 898
899(define-key menu-bar-options-menu [case-fold-search] 899(define-key menu-bar-options-menu [case-fold-search]