]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-options-menu): Change menu text for CUA.
authorKim F. Storm <storm@cua.dk>
Fri, 30 Apr 2004 21:44:12 +0000 (21:44 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 30 Apr 2004 21:44:12 +0000 (21:44 +0000)
lisp/menu-bar.el

index e45d6926d7071fc98b82268ecb618b3582c50b1c..17deeff4619e16696549b071913613ec784e6232 100644 (file)
@@ -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]