From: Luc Teirlinck Date: Fri, 28 May 2004 00:06:37 +0000 (+0000) Subject: (Dired and Find): `find-ls-option' does not apply to `M-x locate'. X-Git-Tag: ttn-vms-21-2-B4~6059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3ecd44516325fb00fb8c54c7b92721552476627;p=emacs.git (Dired and Find): `find-ls-option' does not apply to `M-x locate'. --- diff --git a/man/dired.texi b/man/dired.texi index 88e994ed027..fd269811b9f 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -1079,6 +1079,12 @@ minibuffer arguments, @var{directory} and @var{find-args}; it runs @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 @@ know how to use @code{find}. 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