mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-04 12:21:46 -07:00
(cua-mode): Mention that CUA enables
transient-mark-mode in doc string.
This commit is contained in:
parent
bb92c642ea
commit
2b3726c087
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue