comparison lisp/locate.el @ 55948:424252fc748e

(locate-ls-subdir-switches): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 06 Jun 2004 03:45:59 +0000
parents fb2c1d5537f3
children 8fa8ca76955c
comparison
equal deleted inserted replaced
55947:256f881c19bb 55948:424252fc748e
152 :group 'locate) 152 :group 'locate)
153 153
154 ;;;###autoload 154 ;;;###autoload
155 (defcustom locate-ls-subdir-switches "-al" 155 (defcustom locate-ls-subdir-switches "-al"
156 "`ls' switches for inserting subdirectories in `*Locate*' buffers. 156 "`ls' switches for inserting subdirectories in `*Locate*' buffers.
157 This should contain the \"-l\" switch. 157 This should contain the \"-l\" switch, but not the \"-F\" or
158 Use the \"-F\" or \"-b\" switches if and only if you also use 158 \"-b\" switches."
159 them for `find-ls-option'."
160 :type 'string 159 :type 'string
161 :group 'locate 160 :group 'locate
162 :version "21.4") 161 :version "21.4")
163 162
164 (defcustom locate-update-command "updatedb" 163 (defcustom locate-update-command "updatedb"