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

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

diff --git a/isl.el b/isl.el
index 8488ee4c188..b3bf81b48aa 100644
--- a/isl.el
+++ b/isl.el
@@ -793,7 +793,7 @@ all align operations you have to exit with RET."
   (direction :type 'symbol :mutable t))
 
 (defun isl-iter-circular (seq)
-  "Infinite iteration on SEQ."
+  "Build a new iterator with infinite iteration on SEQ."
   (let ((ori seq)
         (lis seq))
     (oclosure-lambda (isl-iterator

Reply via email to