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 | 8dae686ea21aaf3852fc8677be768889a7a54fe5 (patch) | |
tree | 26f524bff65822263a1a53ca0f9c50eb1fd58b4e /lisp/find-dired.el | |
parent | 18d09559cce37b8ee1110f2db0ebcb7153eb52f1 (diff) | |
download | emacs-8dae686ea21aaf3852fc8677be768889a7a54fe5.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)))) |