diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-01-03 23:10:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-01-03 23:10:03 +0000 |
commit | db0fb4dd27e359f857c0f4ae5f3e73cbe059690a (patch) | |
tree | 491a31d7feee9545156b921490f14003ed8b739e /lisp/find-dired.el | |
parent | a2960116f69f1c3422e2cd3005795aa2133bca61 (diff) | |
download | emacs-db0fb4dd27e359f857c0f4ae5f3e73cbe059690a.tar.gz |
(find-dired): Doc fix.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 5 |
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'.") "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)))) |