aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog10
-rw-r--r--doc/emacs/dired.texi7
2 files changed, 10 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index edd2e147af9..b77133e3982 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,6 +1,10 @@
12008-03-05 Drew Adams <drew.adams@oracle.com> (tiny change) 12008-03-05 Glenn Morris <rgm@gnu.org>
2 2
3 * dired.texi (Hiding Subdirectories): Documented `dired-hide-subdir'. 3 * dired.texi (Hiding Subdirectories): Fix previous change.
4
52008-03-05 Drew Adams <drew.adams@oracle.com>
6
7 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
4 8
52008-02-28 Kim F. Storm <storm@cua.dk> 92008-02-28 Kim F. Storm <storm@cua.dk>
6 10
@@ -11,7 +15,7 @@
11 Add view-external-packages on C-h C-e. 15 Add view-external-packages on C-h C-e.
12 Add view-order-manuals on C-h C-m. 16 Add view-order-manuals on C-h C-m.
13 17
142008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change) 182008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
15 19
16 * msdog-xtra.texi (MS-DOS): Docstring fix. 20 * msdog-xtra.texi (MS-DOS): Docstring fix.
17 21
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index 76399cf3cd2..81d2a004611 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -919,8 +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}. You can also 922line to delete the subdirectory (@pxref{Dired Updating}). You can also
923hide and show inserted subdirectories @xref{Hiding Subdirectories}. 923hide and show inserted subdirectories (@pxref{Hiding Subdirectories}).
924 924
925 925
926 926
@@ -1013,8 +1013,7 @@ can use hiding to temporarily exclude subdirectories from operations
1013without having to remove the Dired marks on files in those 1013without having to remove the Dired marks on files in those
1014subdirectories. 1014subdirectories.
1015 1015
1016@xref{Dired Updating} about inserting or deleting a subdirectory 1016@xref{Dired Updating}, for how to insert or delete a subdirectory listing.
1017listing.
1018 1017
1019@node Dired Updating 1018@node Dired Updating
1020@section Updating the Dired Buffer 1019@section Updating the Dired Buffer