aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-06-06 03:45:59 +0000
committerLuc Teirlinck2004-06-06 03:45:59 +0000
commit2f9a6938e2b4e575ff59196c01b39031a13c2f68 (patch)
treeeb6cb3d9b3923b515d0f55b66d22288f74734b39
parent575f611801bfef5fffb76969232830eaf04ea17d (diff)
downloademacs-2f9a6938e2b4e575ff59196c01b39031a13c2f68.tar.gz
emacs-2f9a6938e2b4e575ff59196c01b39031a13c2f68.zip
(locate-ls-subdir-switches): Doc fix.
-rw-r--r--lisp/locate.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/locate.el b/lisp/locate.el
index f337bd09bad..0833d677421 100644
--- a/lisp/locate.el
+++ b/lisp/locate.el
@@ -154,9 +154,8 @@
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.
157This should contain the \"-l\" switch. 157This should contain the \"-l\" switch, but not the \"-F\" or
158Use the \"-F\" or \"-b\" switches if and only if you also use 158\"-b\" switches."
159them for `find-ls-option'."
160 :type 'string 159 :type 'string
161 :group 'locate 160 :group 'locate
162 :version "21.4") 161 :version "21.4")