Mercurial > emacs
changeset 92512:d90bb6078374
* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.
author | Bastien Guerry <bzg@altern.org> |
---|---|
date | Wed, 05 Mar 2008 17:12:17 +0000 |
parents | 496f19727f0f |
children | 4439a2625c76 |
files | doc/emacs/ChangeLog doc/emacs/dired.texi |
diffstat | 2 files changed, 14 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Wed Mar 05 12:53:32 2008 +0000 +++ b/doc/emacs/ChangeLog Wed Mar 05 17:12:17 2008 +0000 @@ -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.
--- a/doc/emacs/dired.texi Wed Mar 05 12:53:32 2008 +0000 +++ b/doc/emacs/dired.texi Wed Mar 05 17:12:17 2008 +0000 @@ -919,7 +919,8 @@ 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 @@ @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 @@ @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 @@ 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