aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2004-06-06 17:01:43 +0000
committerLuc Teirlinck <[email protected]>2004-06-06 17:01:43 +0000
commit34bb9b0ac2a38c394254c8a9f9e6114b98fe688e (patch)
treedcdb9b5c86783d211d08da45bcab212c5e9a6afe /lisp
parent33bc06fb3745d2c2a1360293026be10fff3afafe (diff)
(locate-ls-subdir-switches): Minor doc change (filling).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/locate.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/locate.el b/lisp/locate.el
index 0833d67742..3a18d77f08 100644
--- a/lisp/locate.el
+++ b/lisp/locate.el
@@ -154,8 +154,7 @@
;;;###autoload
(defcustom locate-ls-subdir-switches "-al"
"`ls' switches for inserting subdirectories in `*Locate*' buffers.
-This should contain the \"-l\" switch, but not the \"-F\" or
-\"-b\" switches."
+This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches."
:type 'string
:group 'locate
:version "21.4")