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

    Fix typo
---
 isl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isl.el b/isl.el
index f5d3aec4d3a..445bd1aa3db 100644
--- a/isl.el
+++ b/isl.el
@@ -383,7 +383,7 @@ It put overlay on current position, move to next overlay 
using
 (put 'isl-delete-minibuffer-contents 'no-helm-mx t)
 
 (defun isl--find-and-goto-overlay (overlay)
-  "Consume iterators up to OVERLAY and jump to it."
+  "Consume iterator up to OVERLAY and jump to it."
   (with-selected-window (minibuffer-selected-window)
     (let (ov)
       (while (not (eql (setq ov (isl-iter-next isl--iterator))

Reply via email to