aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9fa21487d7e..a46c6c65150 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'.")
58 "Run `find' and go into dired-mode on a buffer of the output. 58 "Run `find' and go into dired-mode on a buffer of the output.
59The command run (after changing into DIR) is 59The command run (after changing into DIR) is
60 60
61 find . \\( ARGS \\) -ls" 61 find . \\( ARGS \\) -ls
62
63except that the variable `find-ls-option' specifies what to use
64as the final argument."
62 (interactive (list (read-file-name "Run find in directory: " nil "" t) 65 (interactive (list (read-file-name "Run find in directory: " nil "" t)
63 (read-string "Run find (with args): " find-args 66 (read-string "Run find (with args): " find-args
64 '(find-args-history . 1)))) 67 '(find-args-history . 1))))