branch: elpa/isl
commit 7e6901a569b45d1d903b3ec3ad5e8944c74b0014
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Docstring only
---
isearch-light.el | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/isearch-light.el b/isearch-light.el
index 979d8dde618..9b60b1f3cbf 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -60,9 +60,11 @@
(defcustom isl-search-function #'isl-multi-search-fwd
"The search function that will be used by default when starting `isl'.
-Possible values are `re-search-forward' and `search-forward', the
-first use regexp matching while the second is using literal matching.
-Its value can be changed during `isl' session with
`\\<isl-map>\\[isl-change-matching-style]'."
+Possible values are `isl-multi-search-fwd', `re-search-forward'
+and `search-forward', the first use multi matching, the second
+regexp matching while the last is using literal matching. Its
+value can be changed during `isl' session with
+`\\<isl-map>\\[isl-change-matching-style]'."
:type '(choice
(function :tag "Regexp matching" re-search-forward)
(function :tag "Literal matching" search-forward)