]> code.delx.au - gnu-emacs/blobdiff - lisp/locate.el
(mouse-drag-region): Bind mouse-autoselect-window.
[gnu-emacs] / lisp / locate.el
index f337bd09bad97752db29a2632fda68849691ee7e..3a18d77f0894d19765d47b91c4c9812996296b0a 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")