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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -432,6 +432,7 @@ For example, this enables parsing of macros which open new namespaces. | |||
| 432 | Hence, you can now enable it independently from `transient-mark-mode', | 432 | Hence, you can now enable it independently from `transient-mark-mode', |
| 433 | `delete-selection-mode', and `shift-select-mode'. | 433 | `delete-selection-mode', and `shift-select-mode'. |
| 434 | 434 | ||
| 435 | --- | ||
| 435 | *** `cua-highlight-region-shift-only' is now obsolete. | 436 | *** `cua-highlight-region-shift-only' is now obsolete. |
| 436 | You can disable `transient-mark-mode' to get the same result. | 437 | You can disable `transient-mark-mode' to get the same result. |
| 437 | 438 | ||
| @@ -458,9 +459,8 @@ restoring the frame/window configuration (frameset). Additional options | |||
| 458 | and `desktop-restore-forces-onscreen' offer further customization. | 459 | and `desktop-restore-forces-onscreen' offer further customization. |
| 459 | 460 | ||
| 460 | +++ | 461 | +++ |
| 461 | ** Dired | 462 | ** New Dired minor mode `dired-hide-details-mode' toggles whether details, |
| 462 | 463 | such as file ownership or permissions, are visible. | |
| 463 | *** New minor mode `dired-hide-details-mode' hides details. | ||
| 464 | 464 | ||
| 465 | ** Eldoc Mode works properly in the minibuffer. | 465 | ** Eldoc Mode works properly in the minibuffer. |
| 466 | 466 | ||