1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

Document `dired-hide-details-mode'.

* doc/emacs/dired.texi (Misc Dired Features): Document
`dired-hide-details-mode', `dired-hide-details-hide-symlink-targets',
and `dired-hide-details-hide-information-lines'.
This commit is contained in:
Rüdiger Sonderfeld 2014-01-10 03:30:51 +01:00
parent 9fb07a9e6c
commit 4ed678149d
3 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2014-01-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
* dired.texi (Misc Dired Features): Document
`dired-hide-details-mode',
`dired-hide-details-hide-symlink-targets', and
`dired-hide-details-hide-information-lines'.
2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
* emacs.texi: Add EWW.

View File

@ -1440,3 +1440,18 @@ it onto a Dired buffer; this either moves, copies, or creates a link
to the file in that directory. Precisely which action is taken is
determined by the originating program. Dragging files out of a Dired
buffer is currently not supported.
@kindex ( @r{(Dired)}
@c )
@findex dired-hide-details-mode
@vindex dired-hide-details-hide-symlink-targets
@vindex dired-hide-details-hide-information-lines
@cindex Hide details in Dired.
The command @kbd{(} (@code{dired-hide-details-mode}) toggles whether
details, such as ownership or file permissions, are hidden. If the
variable @code{dired-hide-details-hide-symlink-targets} is
non-@code{nil} then targets of symbolic links are hidden as well. A
non-@code{nil} value for the variable
@code{dired-hide-details-hide-information-lines} means that all lines
other than the header and lines containing files and directories are
hidden.

View File

@ -460,6 +460,7 @@ restoring the frame/window configuration (frameset). Additional options
`desktop-restore-in-current-display', `desktop-restore-reuses-frames'
and `desktop-restore-forces-onscreen' offer further customization.
+++
** Dired
*** New minor mode `dired-hide-details-mode' hides details.