changeset 68523:bbaecffc7697

(cua-mode): Mention that CUA enables transient-mark-mode in doc string.
author Kim F. Storm <storm@cua.dk>
date Wed, 01 Feb 2006 10:41:36 +0000
parents 081be1a1c981
children 2f9b0e4b3a95
files lisp/emulation/cua-base.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Wed Feb 01 10:41:27 2006 +0000
+++ b/lisp/emulation/cua-base.el	Wed Feb 01 10:41:36 2006 +0000
@@ -1393,7 +1393,11 @@
 
 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)