]> code.delx.au - gnu-emacs/blobdiff - lisp/locate.el
Fix previous change.
[gnu-emacs] / lisp / locate.el
index 0833d677421536a2edc84beff3cf32c696c8aeb9..42463a160fac1313f9add7167e7be0844c590bc2 100644 (file)
 ;;;###autoload
 (defcustom locate-ls-subdir-switches "-al"
   "`ls' switches for inserting subdirectories in `*Locate*' buffers.
-This should contain the \"-l\" switch, but not the \"-F\" or
-\"-b\" switches."
+This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches."
   :type 'string
   :group 'locate
-  :version "21.4")
+  :version "22.1")
 
 (defcustom locate-update-command "updatedb"
   "The command used to update the locate database."