diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emulation/cua-base.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index fd5249fed1a..aed63ef902f 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -1393,7 +1393,11 @@ options: | |||
| 1393 | 1393 | ||
| 1394 | You can customize `cua-enable-cua-keys' to completely disable the | 1394 | You can customize `cua-enable-cua-keys' to completely disable the |
| 1395 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change | 1395 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change |
| 1396 | the prefix fallback behavior." | 1396 | the prefix fallback behavior. |
| 1397 | |||
| 1398 | CUA enables `transient-mark-mode' to highlight the region; if you | ||
| 1399 | only want to highlight the region when it is selected using a | ||
| 1400 | shifted movement key, set `cua-highlight-region-shift-only'." | ||
| 1397 | :global t | 1401 | :global t |
| 1398 | :group 'cua | 1402 | :group 'cua |
| 1399 | :set-after '(cua-enable-modeline-indications cua-rectangle-modifier-key) | 1403 | :set-after '(cua-enable-modeline-indications cua-rectangle-modifier-key) |