Mercurial > emacs
changeset 55948:424252fc748e
(locate-ls-subdir-switches): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 06 Jun 2004 03:45:59 +0000 |
parents | 256f881c19bb |
children | 50599d471b66 |
files | lisp/locate.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/locate.el Sun Jun 06 02:49:56 2004 +0000 +++ b/lisp/locate.el Sun Jun 06 03:45:59 2004 +0000 @@ -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")