]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `dired-hide-details-mode'.
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>
Fri, 10 Jan 2014 02:30:51 +0000 (03:30 +0100)
committerRüdiger Sonderfeld <ruediger@c-plusplus.de>
Fri, 10 Jan 2014 02:30:51 +0000 (03:30 +0100)
* 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'.

doc/emacs/ChangeLog
doc/emacs/dired.texi
etc/NEWS

index 49dea7ba879aaee3cf90a3b1938dd0b0a00d41ef..1039dd522e5d5e61c2614454b38824cb6418cb7e 100644 (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.
index b9ae5ed0879668d29d65670a93c6359f69a4e216..b7de1bdf3aac6f6d8e3353782857e045b20bf512 100644 (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.
index 159dd3846bea612ae4c32e6161d0a5ef4002cf9b..da1ecbca4d4e231b10e0e5ebde2c77ab3337bcad 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.