diff options
-rw-r--r-- | lisp/locate.el | 3 |
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 @@ ;;;###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") |