aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-01-03 23:10:03 +0000
committerRichard M. Stallman1997-01-03 23:10:03 +0000
commitdb0fb4dd27e359f857c0f4ae5f3e73cbe059690a (patch)
tree491a31d7feee9545156b921490f14003ed8b739e
parenta2960116f69f1c3422e2cd3005795aa2133bca61 (diff)
downloademacs-db0fb4dd27e359f857c0f4ae5f3e73cbe059690a.tar.gz
emacs-db0fb4dd27e359f857c0f4ae5f3e73cbe059690a.zip
(find-dired): Doc fix.
-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))))