summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-07 08:33:57 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-07 08:33:57 +0100
commitb717d543bc0a220829d7cdf371be39565456e62b (patch)
tree0c4d39334ac4326adc82c4a8d9d6268a4bab40ac /helm-locate.el
parent4476aa096b4468e9e951e66d9be94d5e19faeea7 (diff)
helm-locate-command docstring only.
* helm-locate.el (helm-locate-command): Update.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 55183e93..3853c719 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -64,7 +64,11 @@ So don't set it directly but use `helm-locate-case-fold-search'
for this.
The last option must be the one preceding pattern i.e \"-r\" or \"--regex\".
You will be able to pass other options such as \"-b\" or \"l\"
-during helm invocation after entering pattern."
+during helm invocation after entering pattern.
+Note that the \"-b\" option is added automatically by helm when
+var `helm-locate-fuzzy-match' is non-nil and switching back from
+multimatch to fuzzy matching (this is done automatically when a space
+is detected in pattern)."
:type 'string
:group 'helm-locate)