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

    Fix docstring and add comment
---
 isl.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/isl.el b/isl.el
index 3dc3b520b6d..a652875ddfb 100644
--- a/isl.el
+++ b/isl.el
@@ -786,8 +786,8 @@ symbol or line position according to 
`isl-multi-search-in-line'."
       (isl-setup-mode-line))))
 
 (defun isl--highlight-items-in-line (beg end)
-  "Highlight items inside a matched line.
-Imply `isl-multi-search-in-line' non nil."
+  "Highlight items inside a matched line."
+  ;; When this is called we are at eol.
   (save-excursion
     (goto-char beg)
     (cl-loop with ov2

Reply via email to