aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2008-03-05 17:12:17 +0000
committerBastien Guerry2008-03-05 17:12:17 +0000
commit8b74f389a81fdd6de3cbe06e8f55ffb719c183d6 (patch)
treea0ab64deeee2ee0cadc6b8331f2168c87dd1ccdb
parent05234615cd688c5dbcea5715577dec258cfb6812 (diff)
downloademacs-8b74f389a81fdd6de3cbe06e8f55ffb719c183d6.tar.gz
emacs-8b74f389a81fdd6de3cbe06e8f55ffb719c183d6.zip
* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/dired.texi15
2 files changed, 14 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index f1b9903f3a7..edd2e147af9 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12008-03-05 Drew Adams <drew.adams@oracle.com> (tiny change)
2
3 * dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.
4
12008-02-28 Kim F. Storm <storm@cua.dk> 52008-02-28 Kim F. Storm <storm@cua.dk>
2 6
3 * help.texi (Help Files): Move describe-gnu-project to C-h g. 7 * help.texi (Help Files): Move describe-gnu-project to C-h g.
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index afa4ffee2a7..76399cf3cd2 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -919,7 +919,8 @@ describing that subdirectory).
919 919
920Use the @kbd{l} command (@code{dired-do-redisplay}) to update the 920Use the @kbd{l} command (@code{dired-do-redisplay}) to update the
921subdirectory's contents. Use @kbd{C-u k} on the subdirectory header 921subdirectory's contents. Use @kbd{C-u k} on the subdirectory header
922line to delete the subdirectory. @xref{Dired Updating}. 922line to delete the subdirectory. @xref{Dired Updating}. You can also
923hide and show inserted subdirectories @xref{Hiding Subdirectories}.
923 924
924 925
925 926
@@ -981,8 +982,9 @@ Move down to the next directory-file line (@code{dired-prev-dirline}).
981 982
982@node Hiding Subdirectories 983@node Hiding Subdirectories
983@section Hiding Subdirectories 984@section Hiding Subdirectories
985@cindex hiding subdirectories (Dired)
986@cindex showing hidden subdirectories (Dired)
984 987
985@cindex hiding in Dired (Dired)
986 @dfn{Hiding} a subdirectory means to make it invisible, except for its 988 @dfn{Hiding} a subdirectory means to make it invisible, except for its
987header line. 989header line.
988 990
@@ -990,9 +992,9 @@ header line.
990@item $ 992@item $
991@findex dired-hide-subdir 993@findex dired-hide-subdir
992@kindex $ @r{(Dired)} 994@kindex $ @r{(Dired)}
993Hide or reveal the subdirectory that point is in, and move point to the 995Hide or show the subdirectory that point is in, and move point to the
994next subdirectory (@code{dired-hide-subdir}). A numeric argument serves 996next subdirectory (@code{dired-hide-subdir}). This is a toggle. A
995as a repeat count. 997numeric argument serves as a repeat count.
996 998
997@item M-$ 999@item M-$
998@findex dired-hide-all 1000@findex dired-hide-all
@@ -1011,6 +1013,9 @@ can use hiding to temporarily exclude subdirectories from operations
1011without having to remove the Dired marks on files in those 1013without having to remove the Dired marks on files in those
1012subdirectories. 1014subdirectories.
1013 1015
1016@xref{Dired Updating} about inserting or deleting a subdirectory
1017listing.
1018
1014@node Dired Updating 1019@node Dired Updating
1015@section Updating the Dired Buffer 1020@section Updating the Dired Buffer
1016@cindex updating Dired buffer 1021@cindex updating Dired buffer