# HG changeset patch # User Kim F. Storm # Date 1138790496 0 # Node ID bbaecffc76970edcc5f3cb35b929b0b44f20acac # Parent 081be1a1c981cd92d420f9d03d5f75d45c600bdd (cua-mode): Mention that CUA enables transient-mark-mode in doc string. diff -r 081be1a1c981 -r bbaecffc7697 lisp/emulation/cua-base.el --- 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)