summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-02-01 10:41:36 +0000
committerKim F. Storm <storm@cua.dk>2006-02-01 10:41:36 +0000
commit2b3726c0876798402954c345dc5eea6fd185396d (patch)
treef99eb06fce840101e74b41ba04dc3eaf2f609501 /lisp/emulation
parentbb92c642eaabf4904ba017daab0fbe227b3c56ad (diff)
downloademacs-2b3726c0876798402954c345dc5eea6fd185396d.tar.gz
(cua-mode): Mention that CUA enables
transient-mark-mode in doc string.
Diffstat (limited to 'lisp/emulation')
-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:
You can customize `cua-enable-cua-keys' to completely disable the
CUA bindings, or `cua-prefix-override-inhibit-delay' to change
-the prefix fallback behavior."
+the prefix fallback behavior.
+
+CUA enables `transient-mark-mode' to highlight the region; if you
+only want to highlight the region when it is selected using a
+shifted movement key, set `cua-highlight-region-shift-only'."
:global t
:group 'cua
:set-after '(cua-enable-modeline-indications cua-rectangle-modifier-key)