branch: elpa/isl
commit c5f62a1fa814efc37b9e92b85033f1100c7f19fa
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix comment
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 0d1b4bc4157..ad3fc70e54b 100644
--- a/isl.el
+++ b/isl.el
@@ -761,7 +761,7 @@ symbol or line position according to
`isl-multi-search-in-line'."
'(identity . "")))
;; In REST we search for all patterns but INITIAL we already
;; initially searched. We were previously using (cdr
- ;; pattern) which is fine as long as first pattern is not a
+ ;; pattern) which was fine as long as first pattern was not a
;; negation.
(rest (remove initial pattern))
(case-fold-search (isl-set-case-fold-search)))