From 8dae686ea21aaf3852fc8677be768889a7a54fe5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Jan 1997 23:10:03 +0000 Subject: (find-dired): Doc fix. --- lisp/find-dired.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)))) -- cgit v1.2.1