aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-06-14 22:06:15 +0000
committerLuc Teirlinck2004-06-14 22:06:15 +0000
commit910dc292aa21fb21807009ffebda111a363ec438 (patch)
tree77a508e61487b243ac5e9bc2d409aae818382055
parent5b1663230680f970f46341e6d8aa43121645816c (diff)
downloademacs-910dc292aa21fb21807009ffebda111a363ec438.tar.gz
emacs-910dc292aa21fb21807009ffebda111a363ec438.zip
(Dired Enter): Mention conditions on `ls' switches.
(Dired and Find): Mention differences with ordinary Dired buffers.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/dired.texi9
2 files changed, 13 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 8418bb43d13..a3216ed4407 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12004-06-14 Luc Teirlinck <teirllm@auburn.edu>
2
3 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4 (Dired and Find): Mention differences with ordinary Dired buffers.
5
12004-06-13 Luc Teirlinck <teirllm@auburn.edu> 62004-06-13 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * autotype.texi (Copyrights, Timestamps): Recommend 8 * autotype.texi (Copyrights, Timestamps): Recommend
diff --git a/man/dired.texi b/man/dired.texi
index 57fa240c39a..9d2c5f096d5 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -58,7 +58,9 @@ the special commands of Dired are available.
58give to @code{ls} for listing directory; this string @emph{must} contain 58give to @code{ls} for listing directory; this string @emph{must} contain
59@samp{-l}. If you use a numeric prefix argument with the @code{dired} 59@samp{-l}. If you use a numeric prefix argument with the @code{dired}
60command, you can specify the @code{ls} switches with the minibuffer 60command, you can specify the @code{ls} switches with the minibuffer
61before you enter the directory specification. 61before you enter the directory specification. No matter how they are
62specified, the @code{ls} switches should all be short options (that
63is, single characters) requiring no arguments.
62 64
63@findex dired-other-window 65@findex dired-other-window
64@kindex C-x 4 d 66@kindex C-x 4 d
@@ -1099,6 +1101,11 @@ may need to change the value of this variable.
1099program. @kbd{M-x locate-with-filter} is similar, but keeps only lines 1101program. @kbd{M-x locate-with-filter} is similar, but keeps only lines
1100matching a given regular expression. 1102matching a given regular expression.
1101 1103
1104These buffers don't work entirely like ordinary Dired buffers. File
1105operations work, but do not always automatically update the buffer.
1106Reverting the buffer with @kbd{g} deletes all inserted subdirectories,
1107and erases all flags and marks.
1108
1102@node Misc Dired Commands 1109@node Misc Dired Commands
1103@section Other Dired Commands 1110@section Other Dired Commands
1104 1111