# HG changeset patch # User Richard M. Stallman # Date 852333003 0 # Node ID 4fa015c0a62072e6f4adcaea11dbb3185774dc30 # Parent 483e137d5384ad7ab616b720274646f02c7fb426 (find-dired): Doc fix. diff -r 483e137d5384 -r 4fa015c0a620 lisp/find-dired.el --- a/lisp/find-dired.el Fri Jan 03 23:05:58 1997 +0000 +++ b/lisp/find-dired.el Fri Jan 03 23:10:03 1997 +0000 @@ -58,7 +58,10 @@ "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))))