From: Richard M. Stallman Date: Fri, 3 Jan 1997 23:10:03 +0000 (+0000) Subject: (find-dired): Doc fix. X-Git-Tag: emacs-20.1~3121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db0fb4dd27e359f857c0f4ae5f3e73cbe059690a;p=emacs.git (find-dired): Doc fix. --- 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))))