aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRüdiger Sonderfeld2014-01-10 03:30:51 +0100
committerRüdiger Sonderfeld2014-01-10 03:30:51 +0100
commit4ed678149d6cebb6c6cb70b5beba2357550949c1 (patch)
treefebc59f6b98c7dbc2c545c3c0f14689b9df40e3f /doc
parent9fb07a9e6c57d903d00cbcbf33c4f604d261b90c (diff)
downloademacs-4ed678149d6cebb6c6cb70b5beba2357550949c1.tar.gz
emacs-4ed678149d6cebb6c6cb70b5beba2357550949c1.zip
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'.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog7
-rw-r--r--doc/emacs/dired.texi15
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 49dea7ba879..1039dd522e5 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,10 @@
12014-01-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2
3 * dired.texi (Misc Dired Features): Document
4 `dired-hide-details-mode',
5 `dired-hide-details-hide-symlink-targets', and
6 `dired-hide-details-hide-information-lines'.
7
12014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de> 82014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2 9
3 * emacs.texi: Add EWW. 10 * emacs.texi: Add EWW.
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index b9ae5ed0879..b7de1bdf3aa 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -1440,3 +1440,18 @@ it onto a Dired buffer; this either moves, copies, or creates a link
1440to the file in that directory. Precisely which action is taken is 1440to the file in that directory. Precisely which action is taken is
1441determined by the originating program. Dragging files out of a Dired 1441determined by the originating program. Dragging files out of a Dired
1442buffer is currently not supported. 1442buffer is currently not supported.
1443
1444@kindex ( @r{(Dired)}
1445@c )
1446@findex dired-hide-details-mode
1447@vindex dired-hide-details-hide-symlink-targets
1448@vindex dired-hide-details-hide-information-lines
1449@cindex Hide details in Dired.
1450 The command @kbd{(} (@code{dired-hide-details-mode}) toggles whether
1451details, such as ownership or file permissions, are hidden. If the
1452variable @code{dired-hide-details-hide-symlink-targets} is
1453non-@code{nil} then targets of symbolic links are hidden as well. A
1454non-@code{nil} value for the variable
1455@code{dired-hide-details-hide-information-lines} means that all lines
1456other than the header and lines containing files and directories are
1457hidden.