emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2c62e9b: Improve wording of cua-mode menu entry


From: Stefan Kangas
Subject: master 2c62e9b: Improve wording of cua-mode menu entry
Date: Sun, 13 Sep 2020 12:32:52 -0400 (EDT)

branch: master
commit 2c62e9b20dcf615a283e8fce2b7b74981b15ae67
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Improve wording of cua-mode menu entry
    
    * lisp/menu-bar.el (menu-bar-options-menu): Improve wording of the
    cua-mode menu entry.  (Bug#43323)
---
 lisp/menu-bar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 9a93fa6..ef04689 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]