(find-dired): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Jan 1997 23:10:03 +0000 (23:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Jan 1997 23:10:03 +0000 (23:10 +0000)
lisp/find-dired.el

index 9fa2148..a46c6c6 100644 (file)
@@ -58,7 +58,10 @@ On other systems, the closest you can come is to use `-l'.")
   "Run `find' and go into dired-mode on a buffer of the output.
 The command run (after changing into DIR) is
 
-    find . \\( ARGS \\) -ls"
+    find . \\( ARGS \\) -ls
+
+except that the variable `find-ls-option' specifies what to use
+as the final argument."
   (interactive (list (read-file-name "Run find in directory: " nil "" t)
                     (read-string "Run find (with args): " find-args
                                  '(find-args-history . 1))))