aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-06-06 17:01:43 +0000
committerLuc Teirlinck2004-06-06 17:01:43 +0000
commit34bb9b0ac2a38c394254c8a9f9e6114b98fe688e (patch)
treedcdb9b5c86783d211d08da45bcab212c5e9a6afe
parent33bc06fb3745d2c2a1360293026be10fff3afafe (diff)
downloademacs-34bb9b0ac2a38c394254c8a9f9e6114b98fe688e.tar.gz
emacs-34bb9b0ac2a38c394254c8a9f9e6114b98fe688e.zip
(locate-ls-subdir-switches): Minor doc change (filling).
-rw-r--r--lisp/locate.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/locate.el b/lisp/locate.el
index 0833d677421..3a18d77f089 100644
--- a/lisp/locate.el
+++ b/lisp/locate.el
@@ -154,8 +154,7 @@
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, but not the \"-F\" or 157This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches."
158\"-b\" switches."
159 :type 'string 158 :type 'string
160 :group 'locate 159 :group 'locate
161 :version "21.4") 160 :version "21.4")