branch: elpa/isl
commit 42fdbf36ff4b76988764b75a04113b3668b0a7fa
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 a826f1252b8..2a628fafd49 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -303,9 +303,11 @@ Optional argument PATTERN default to `isl-pattern'."
(defun isl-multi-search-fwd (str &optional _bound _noerror)
"Returns position of symbol matched by STR.
-Arg STR is converted in patterns, when first pattern of list match a
-symbol subsequent patterns are used to check if all patterns match
-symbol. The return value is a cons cell (beg . end)."
+When arg STR contains spaces, it is converted in patterns with
+`isl-patterns' , when first pattern of list match a symbol
+subsequent patterns are used to check if all patterns match this
+symbol. The return value is a cons cell (beg . end) denoting
+symbol position."
(let* ((pattern (isl-patterns str))
(initial (or (assq 'identity pattern)
'(identity . "")))