1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(find-dired): Doc fix.

This commit is contained in:
Richard M. Stallman 1997-01-03 23:10:03 +00:00
parent a2960116f6
commit db0fb4dd27

View File

@ -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))))