# HG changeset patch # User Luc Teirlinck # Date 1085702797 0 # Node ID 54a65c8588e451ee439e42b61acbdfe4bee846bd # Parent 5a212b0ada978dab05c745cbb7e1b1a6ccb68e0e (Dired and Find): `find-ls-option' does not apply to `M-x locate'. diff -r 5a212b0ada97 -r 54a65c8588e4 man/dired.texi --- a/man/dired.texi Thu May 27 23:45:51 2004 +0000 +++ b/man/dired.texi Fri May 28 00:06:37 2004 +0000 @@ -1079,6 +1079,12 @@ @code{find} what condition to test. To use this command, you need to know how to use @code{find}. +@vindex find-ls-option + The format of listing produced by these commands is controlled by the +variable @code{find-ls-option}, whose default value specifies using +options @samp{-ld} for @code{ls}. If your listings are corrupted, you +may need to change the value of this variable. + @findex locate @findex locate-with-filter @cindex file database (locate) @@ -1087,12 +1093,6 @@ program. @kbd{M-x locate-with-filter} is similar, but keeps only lines matching a given regular expression. -@vindex find-ls-option - The format of listing produced by these commands is controlled by the -variable @code{find-ls-option}, whose default value specifies using -options @samp{-ld} for @code{ls}. If your listings are corrupted, you -may need to change the value of this variable. - @node Misc Dired Commands @section Other Dired Commands