aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/cua-base.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index fd5249fed1a..aed63ef902f 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1393,7 +1393,11 @@ options:
1393 1393
1394You can customize `cua-enable-cua-keys' to completely disable the 1394You can customize `cua-enable-cua-keys' to completely disable the
1395CUA bindings, or `cua-prefix-override-inhibit-delay' to change 1395CUA bindings, or `cua-prefix-override-inhibit-delay' to change
1396the prefix fallback behavior." 1396the prefix fallback behavior.
1397
1398CUA enables `transient-mark-mode' to highlight the region; if you
1399only want to highlight the region when it is selected using a
1400shifted movement key, set `cua-highlight-region-shift-only'."
1397 :global t 1401 :global t
1398 :group 'cua 1402 :group 'cua
1399 :set-after '(cua-enable-modeline-indications cua-rectangle-modifier-key) 1403 :set-after '(cua-enable-modeline-indications cua-rectangle-modifier-key)