(cua-mode): Doc fix.
This commit is contained in:
parent
f079f5bc6e
commit
c36f1e6780
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue