aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-01-03 23:10:03 +0000
committerRichard M. Stallman <[email protected]>1997-01-03 23:10:03 +0000
commitdb0fb4dd27e359f857c0f4ae5f3e73cbe059690a (patch)
tree491a31d7feee9545156b921490f14003ed8b739e /lisp
parenta2960116f69f1c3422e2cd3005795aa2133bca61 (diff)
(find-dired): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/find-dired.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 9fa21487d7..a46c6c6515 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -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))))