diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-06 03:45:59 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-06 03:45:59 +0000 |
commit | 2f9a6938e2b4e575ff59196c01b39031a13c2f68 (patch) | |
tree | eb6cb3d9b3923b515d0f55b66d22288f74734b39 /lisp/locate.el | |
parent | 575f611801bfef5fffb76969232830eaf04ea17d (diff) | |
download | emacs-2f9a6938e2b4e575ff59196c01b39031a13c2f68.tar.gz |
(locate-ls-subdir-switches): Doc fix.
Diffstat (limited to 'lisp/locate.el')
-rw-r--r-- | lisp/locate.el | 5 |
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 @@ ;;;###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") |