diff options
| author | Bastien Guerry | 2008-03-05 17:12:17 +0000 |
|---|---|---|
| committer | Bastien Guerry | 2008-03-05 17:12:17 +0000 |
| commit | 8b74f389a81fdd6de3cbe06e8f55ffb719c183d6 (patch) | |
| tree | a0ab64deeee2ee0cadc6b8331f2168c87dd1ccdb | |
| parent | 05234615cd688c5dbcea5715577dec258cfb6812 (diff) | |
| download | emacs-8b74f389a81fdd6de3cbe06e8f55ffb719c183d6.tar.gz emacs-8b74f389a81fdd6de3cbe06e8f55ffb719c183d6.zip | |
* dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 15 |
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 @@ | |||
| 1 | 2008-03-05 Drew Adams <drew.adams@oracle.com> (tiny change) | ||
| 2 | |||
| 3 | * dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'. | ||
| 4 | |||
| 1 | 2008-02-28 Kim F. Storm <storm@cua.dk> | 5 | 2008-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 | ||
| 920 | Use the @kbd{l} command (@code{dired-do-redisplay}) to update the | 920 | Use the @kbd{l} command (@code{dired-do-redisplay}) to update the |
| 921 | subdirectory's contents. Use @kbd{C-u k} on the subdirectory header | 921 | subdirectory's contents. Use @kbd{C-u k} on the subdirectory header |
| 922 | line to delete the subdirectory. @xref{Dired Updating}. | 922 | line to delete the subdirectory. @xref{Dired Updating}. You can also |
| 923 | hide 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 |
| 987 | header line. | 989 | header 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)} |
| 993 | Hide or reveal the subdirectory that point is in, and move point to the | 995 | Hide or show the subdirectory that point is in, and move point to the |
| 994 | next subdirectory (@code{dired-hide-subdir}). A numeric argument serves | 996 | next subdirectory (@code{dired-hide-subdir}). This is a toggle. A |
| 995 | as a repeat count. | 997 | numeric 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 | |||
| 1011 | without having to remove the Dired marks on files in those | 1013 | without having to remove the Dired marks on files in those |
| 1012 | subdirectories. | 1014 | subdirectories. |
| 1013 | 1015 | ||
| 1016 | @xref{Dired Updating} about inserting or deleting a subdirectory | ||
| 1017 | listing. | ||
| 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 |