summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-10-29 16:55:12 +0100
committerMichael Albinus <michael.albinus@gmx.de>2020-10-29 16:55:12 +0100
commitf5e080fb1f90f74cd43ff1fa46280a107fbf7757 (patch)
tree2208dc3d5ebb03906f71989be5c12849ccc1ab43 /lisp/menu-bar.el
parent1fb85fb138980ba82a4f99673a020586123b9bc9 (diff)
parentbe59466be711b573f7c9a9643af08bbfc05289f6 (diff)
downloademacs-f5e080fb1f90f74cd43ff1fa46280a107fbf7757.tar.gz
emacs-f5e080fb1f90f74cd43ff1fa46280a107fbf7757.tar.bz2
emacs-f5e080fb1f90f74cd43ff1fa46280a107fbf7757.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index f9afc8a5f31..c6ced689a67 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1570,8 +1570,8 @@ mail status in mode line"))
(bindings--define-key menu [cua-emulation-mode]
(menu-bar-make-mm-toggle
cua-mode
- "Shift movement mark region (CUA)"
- "Use shifted movement keys to set and extend the region"
+ "CUA Mode (without C-x/C-c/C-v)"
+ "Enable CUA Mode without rebinding C-x/C-c/C-v keys"
(:visible (and (boundp 'cua-enable-cua-keys)
(not cua-enable-cua-keys)))))