]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve wording of cua-mode menu entry
authorStefan Kangas <stefan@marxist.se>
Sun, 13 Sep 2020 16:30:45 +0000 (18:30 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 13 Sep 2020 16:30:45 +0000 (18:30 +0200)
* lisp/menu-bar.el (menu-bar-options-menu): Improve wording of the
cua-mode menu entry.  (Bug#43323)

lisp/menu-bar.el

index 9a93fa60d729dd3f3268f88a4d0e177618205081..ef04689f4cc14796c252aa4ab6aac28b9f843307 100644 (file)
@@ -1521,7 +1521,7 @@ mail status in mode line"))
     (bindings--define-key menu [cua-mode]
       (menu-bar-make-mm-toggle
        cua-mode
-       "Use CUA Keys (Cut/Paste with C-x/C-c/C-v)"
+       "Cut/Paste with C-x/C-c/C-v (CUA Mode)"
        "Use C-z/C-x/C-c/C-v keys for undo/cut/copy/paste"
        (:visible (or (not (boundp 'cua-enable-cua-keys))
                     cua-enable-cua-keys))))