]> git.eshelyaron.com Git - emacs.git/commitdiff
(Dired Enter): Mention conditions on `ls' switches.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 14 Jun 2004 22:06:15 +0000 (22:06 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 14 Jun 2004 22:06:15 +0000 (22:06 +0000)
(Dired and Find): Mention differences with ordinary Dired buffers.

man/ChangeLog
man/dired.texi

index 8418bb43d13648e3541f689c1db4e71c6ac4598c..a3216ed44072e97a52820b38621349429c5994ef 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * dired.texi (Dired Enter): Mention conditions on `ls' switches.
+       (Dired and Find): Mention differences with ordinary Dired buffers.
+
 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
 
        * autotype.texi (Copyrights, Timestamps): Recommend
index 57fa240c39afdcf000da5a71f53261bda1d27081..9d2c5f096d52d88899341fa54ae349be345ef7c5 100644 (file)
@@ -58,7 +58,9 @@ the special commands of Dired are available.
 give to @code{ls} for listing directory; this string @emph{must} contain
 @samp{-l}.  If you use a numeric prefix argument with the @code{dired}
 command, you can specify the @code{ls} switches with the minibuffer
-before you enter the directory specification.
+before you enter the directory specification.  No matter how they are
+specified, the @code{ls} switches should all be short options (that
+is, single characters) requiring no arguments.
 
 @findex dired-other-window
 @kindex C-x 4 d
@@ -1099,6 +1101,11 @@ may need to change the value of this variable.
 program.  @kbd{M-x locate-with-filter} is similar, but keeps only lines
 matching a given regular expression.
 
+These buffers don't work entirely like ordinary Dired buffers.  File
+operations work, but do not always automatically update the buffer.
+Reverting the buffer with @kbd{g} deletes all inserted subdirectories,
+and erases all flags and marks.
+
 @node Misc Dired Commands
 @section Other Dired Commands