diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-06 17:01:43 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-06 17:01:43 +0000 |
commit | 34bb9b0ac2a38c394254c8a9f9e6114b98fe688e (patch) | |
tree | dcdb9b5c86783d211d08da45bcab212c5e9a6afe /lisp/locate.el | |
parent | 33bc06fb3745d2c2a1360293026be10fff3afafe (diff) | |
download | emacs-34bb9b0ac2a38c394254c8a9f9e6114b98fe688e.tar.gz |
(locate-ls-subdir-switches): Minor doc change (filling).
Diffstat (limited to 'lisp/locate.el')
-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") |