From 2c62e9b20dcf615a283e8fce2b7b74981b15ae67 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 13 Sep 2020 18:30:45 +0200 Subject: [PATCH] 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 9a93fa60d72..ef04689f4cc 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)))) -- 2.39.5