branch: elpa/isl
commit 8f0453b85b54ff867aa18c24165ee2dcdb06e50d
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update docstring
---
isl.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/isl.el b/isl.el
index 3677ac1d71c..1b3eb02d3e7 100644
--- a/isl.el
+++ b/isl.el
@@ -808,9 +808,7 @@ The iterator is mutable, its direction can be changed at
anytime with
the function `isl-iterator-reverse', when doing so the sequence
handled by the iterator is reversed from the last element yielded.
Elements of the iterator can be accessed via the isl-iterator--* fns.
-All the oclosure slots are mutable but the only one that can be
-changed safely is \\='changing-direction', expect weird behavior if
-you try to modify other elements externally."
+All the oclosure slots are mutables."
(oclosure-lambda (isl-iterator (seq seq)
(tmp-seq seq)
(element (car seq))