Mercurial > emacs
changeset 16823:4fa015c0a620
(find-dired): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Jan 1997 23:10:03 +0000 |
parents | 483e137d5384 |
children | 2a43d154b32b |
files | lisp/find-dired.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))