diff options
| author | Richard M. Stallman | 1997-01-03 23:10:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-01-03 23:10:03 +0000 |
| commit | db0fb4dd27e359f857c0f4ae5f3e73cbe059690a (patch) | |
| tree | 491a31d7feee9545156b921490f14003ed8b739e | |
| parent | a2960116f69f1c3422e2cd3005795aa2133bca61 (diff) | |
| download | emacs-db0fb4dd27e359f857c0f4ae5f3e73cbe059690a.tar.gz emacs-db0fb4dd27e359f857c0f4ae5f3e73cbe059690a.zip | |
(find-dired): Doc fix.
| -rw-r--r-- | lisp/find-dired.el | 5 |
1 files changed, 4 insertions, 1 deletions
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'.") | |||
| 58 | "Run `find' and go into dired-mode on a buffer of the output. | 58 | "Run `find' and go into dired-mode on a buffer of the output. |
| 59 | The command run (after changing into DIR) is | 59 | The command run (after changing into DIR) is |
| 60 | 60 | ||
| 61 | find . \\( ARGS \\) -ls" | 61 | find . \\( ARGS \\) -ls |
| 62 | |||
| 63 | except that the variable `find-ls-option' specifies what to use | ||
| 64 | as the final argument." | ||
| 62 | (interactive (list (read-file-name "Run find in directory: " nil "" t) | 65 | (interactive (list (read-file-name "Run find in directory: " nil "" t) |
| 63 | (read-string "Run find (with args): " find-args | 66 | (read-string "Run find (with args): " find-args |
| 64 | '(find-args-history . 1)))) | 67 | '(find-args-history . 1)))) |