1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00

(locate-ls-subdir-switches): Doc fix.

This commit is contained in:
Luc Teirlinck 2004-06-06 03:45:59 +00:00
parent 575f611801
commit 2f9a6938e2

View file

@ -154,9 +154,8 @@
;;;###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")