branch: elpa/isl
commit f7db2bbe081ec724b2ec3ba80bace2076af39cf0
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Docstring only
---
isl.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/isl.el b/isl.el
index 178fd60613f..13fafc17a81 100644
--- a/isl.el
+++ b/isl.el
@@ -670,12 +670,12 @@ Optional argument PATTERN default to `isl-pattern'."
(cons 'identity s))))
(defun isl-multi-search-fwd (str &optional _bound _noerror _count)
- "Returns position of symbol matched by STR.
+ "Returns position of symbol or line matched by STR.
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."
+symbol or line position according to `isl-multi-search-in-line'."
;; Prevent infloop crashing Emacs with incorrect configuration.
(cl-assert (memq isl-search-function '(re-search-forward search-forward)))
(let* ((pattern (isl-patterns str))