diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index bc094c9050..37f3b494c8 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1515,7 +1515,7 @@ menu-bar-options-menu (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))))