diff options
| author | Rüdiger Sonderfeld | 2014-01-10 03:30:51 +0100 |
|---|---|---|
| committer | Rüdiger Sonderfeld | 2014-01-10 03:30:51 +0100 |
| commit | 4ed678149d6cebb6c6cb70b5beba2357550949c1 (patch) | |
| tree | febc59f6b98c7dbc2c545c3c0f14689b9df40e3f /doc | |
| parent | 9fb07a9e6c57d903d00cbcbf33c4f604d261b90c (diff) | |
| download | emacs-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/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 15 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 8 | 2014-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 | |||
| 1440 | to the file in that directory. Precisely which action is taken is | 1440 | to the file in that directory. Precisely which action is taken is |
| 1441 | determined by the originating program. Dragging files out of a Dired | 1441 | determined by the originating program. Dragging files out of a Dired |
| 1442 | buffer is currently not supported. | 1442 | buffer 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 | ||
| 1451 | details, such as ownership or file permissions, are hidden. If the | ||
| 1452 | variable @code{dired-hide-details-hide-symlink-targets} is | ||
| 1453 | non-@code{nil} then targets of symbolic links are hidden as well. A | ||
| 1454 | non-@code{nil} value for the variable | ||
| 1455 | @code{dired-hide-details-hide-information-lines} means that all lines | ||
| 1456 | other than the header and lines containing files and directories are | ||
| 1457 | hidden. | ||