branch: elpa/isl
commit ddae1773a39d9b5d93386b9e6f3c5276ce694dcb
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Update docstring
---
 isearch-light.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index 2ba01cc0f0e..782935f86ec 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -295,7 +295,8 @@ 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."
+symbol subsequent patterns are used to check if all patterns match
+symbol.  The return value is a cons cell (beg . end)."
   (let* ((pattern (isl-patterns str))
          (initial (or (assq 'identity pattern)
                       '(identity . "")))

Reply via email to