summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-02-02 14:41:36 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-02-02 14:41:36 +0000
commitc2db90fd56fdd2d065fe26195b170de6ec91c030 (patch)
treea9d230a03f5f67d677ebf5a8004fc44bb4a850b3
parent57eeb3a0349bae64696002bf175d6e13808e1604 (diff)
downloademacs-c2db90fd56fdd2d065fe26195b170de6ec91c030.tar.gz
(cua-mode): Doc fix.
-rw-r--r--lisp/emulation/cua-base.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index aed63ef902f..11ba0ea37ae 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1395,7 +1395,8 @@ 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.
-CUA enables `transient-mark-mode' to highlight the region; if you
+CUA mode manages Transient Mark mode internally. Trying to disable
+Transient Mark mode while CUA mode is enabled does not work; 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