diff options
| author | Glenn Morris | 2014-01-27 16:26:48 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-27 16:26:48 -0500 |
| commit | 52695556f3cd5d83e28461dc2a8fa348637cb793 (patch) | |
| tree | b25b026ed56f335f73b891b32825216a5b20c9d7 /lisp/emulation | |
| parent | 68d01ccc30b04692993748185f9a65b4867a219e (diff) | |
| download | emacs-52695556f3cd5d83e28461dc2a8fa348637cb793.tar.gz emacs-52695556f3cd5d83e28461dc2a8fa348637cb793.zip | |
Small doc updates for CUA and dired
* doc/emacs/dired.texi (Misc Dired Features): Copyedits for hide-details.
* lisp/dired.el (dired-hide-details-hide-symlink-targets)
(dired-hide-details-hide-information-lines)
(dired-hide-details-mode): Doc fixes.
* lisp/emulation/cua-base.el (cua-mode): Doc fix.
* etc/NEWS: Related edits.
* lisp/ChangeLog: Comment changes do not need ChangeLog entries.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-base.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 0befb41826b..00058652aef 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -1426,12 +1426,7 @@ options: | |||
| 1426 | 1426 | ||
| 1427 | You can customize `cua-enable-cua-keys' to completely disable the | 1427 | You can customize `cua-enable-cua-keys' to completely disable the |
| 1428 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change | 1428 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change |
| 1429 | the prefix fallback behavior. | 1429 | the prefix fallback behavior." |
| 1430 | |||
| 1431 | CUA mode manages Transient Mark mode internally. Trying to disable | ||
| 1432 | Transient Mark mode while CUA mode is enabled does not work; if you | ||
| 1433 | only want to highlight the region when it is selected using a | ||
| 1434 | shifted movement key, set `cua-highlight-region-shift-only'." | ||
| 1435 | :global t | 1430 | :global t |
| 1436 | :group 'cua | 1431 | :group 'cua |
| 1437 | :set-after '(cua-enable-modeline-indications | 1432 | :set-after '(cua-enable-modeline-indications |