aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-27 16:26:48 -0500
committerGlenn Morris2014-01-27 16:26:48 -0500
commit52695556f3cd5d83e28461dc2a8fa348637cb793 (patch)
treeb25b026ed56f335f73b891b32825216a5b20c9d7 /etc
parent68d01ccc30b04692993748185f9a65b4867a219e (diff)
downloademacs-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/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4c31e628056..c9981857d64 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -432,6 +432,7 @@ For example, this enables parsing of macros which open new namespaces.
432Hence, you can now enable it independently from `transient-mark-mode', 432Hence, 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.
436You can disable `transient-mark-mode' to get the same result. 437You can disable `transient-mark-mode' to get the same result.
437 438
@@ -458,9 +459,8 @@ restoring the frame/window configuration (frameset). Additional options
458and `desktop-restore-forces-onscreen' offer further customization. 459and `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 463such 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