]> git.eshelyaron.com Git - emacs.git/commitdiff
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 28 May 2004 00:06:37 +0000 (00:06 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 28 May 2004 00:06:37 +0000 (00:06 +0000)
man/dired.texi

index 88e994ed0273b646be09ca985bf157d273f1fd5a..fd269811b9fe92950122698cae1fefc9f787bdfb 100644 (file)
@@ -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