]> code.delx.au - gnu-emacs/commitdiff
* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.
authorBastien Guerry <bzg@altern.org>
Wed, 5 Mar 2008 17:12:17 +0000 (17:12 +0000)
committerBastien Guerry <bzg@altern.org>
Wed, 5 Mar 2008 17:12:17 +0000 (17:12 +0000)
doc/emacs/ChangeLog
doc/emacs/dired.texi

index f1b9903f3a7561449744dba709d6714e4b5c0d57..edd2e147af922318963b31b6bb244cfbc5c6c3af 100644 (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.
index afa4ffee2a793f804970acdda4116299ee7e7ea3..76399cf3cd23bbda36b3168e1c7619c5fd83d3d3 100644 (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