]> git.eshelyaron.com Git - emacs.git/commitdiff
(locate-ls-subdir-switches): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 6 Jun 2004 03:45:59 +0000 (03:45 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 6 Jun 2004 03:45:59 +0000 (03:45 +0000)
lisp/locate.el

index f337bd09bad97752db29a2632fda68849691ee7e..0833d677421536a2edc84beff3cf32c696c8aeb9 100644 (file)
 ;;;###autoload
 (defcustom locate-ls-subdir-switches "-al"
   "`ls' switches for inserting subdirectories in `*Locate*' buffers.
-This should contain the \"-l\" switch.
-Use the \"-F\" or \"-b\" switches if and only if you also use
-them for `find-ls-option'."
+This should contain the \"-l\" switch, but not the \"-F\" or
+\"-b\" switches."
   :type 'string
   :group 'locate
   :version "21.4")