* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.

This commit is contained in:
Bastien Guerry 2008-03-05 17:12:17 +00:00
parent 05234615cd
commit 8b74f389a8
2 changed files with 14 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2008-03-05 Drew Adams <drew.adams@oracle.com> (tiny change)
* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.
2008-02-28 Kim F. Storm <storm@cua.dk>
* help.texi (Help Files): Move describe-gnu-project to C-h g.

View file

@ -919,7 +919,8 @@ describing that subdirectory).
Use the @kbd{l} command (@code{dired-do-redisplay}) to update the
subdirectory's contents. Use @kbd{C-u k} on the subdirectory header
line to delete the subdirectory. @xref{Dired Updating}.
line to delete the subdirectory. @xref{Dired Updating}. You can also
hide and show inserted subdirectories @xref{Hiding Subdirectories}.
@ -981,8 +982,9 @@ Move down to the next directory-file line (@code{dired-prev-dirline}).
@node Hiding Subdirectories
@section Hiding Subdirectories
@cindex hiding subdirectories (Dired)
@cindex showing hidden subdirectories (Dired)
@cindex hiding in Dired (Dired)
@dfn{Hiding} a subdirectory means to make it invisible, except for its
header line.
@ -990,9 +992,9 @@ header line.
@item $
@findex dired-hide-subdir
@kindex $ @r{(Dired)}
Hide or reveal the subdirectory that point is in, and move point to the
next subdirectory (@code{dired-hide-subdir}). A numeric argument serves
as a repeat count.
Hide or show the subdirectory that point is in, and move point to the
next subdirectory (@code{dired-hide-subdir}). This is a toggle. A
numeric argument serves as a repeat count.
@item M-$
@findex dired-hide-all
@ -1011,6 +1013,9 @@ can use hiding to temporarily exclude subdirectories from operations
without having to remove the Dired marks on files in those
subdirectories.
@xref{Dired Updating} about inserting or deleting a subdirectory
listing.
@node Dired Updating
@section Updating the Dired Buffer
@cindex updating Dired buffer