changeset 55780:54a65c8588e4

(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 28 May 2004 00:06:37 +0000
parents 5a212b0ada97
children bc03e6ef0f00
files man/dired.texi
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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