diff --git a/evil-collection.el b/evil-collection.el index f8369b1..bfb341e 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -413,7 +413,7 @@ binding in `annalist' as so." "Return a list states after filtering STATE (a single symbol or list of symbols). The return value adheres to `evil-collection-state-passlist' and `evil-collection-state-denylist'. When the STATE is `nil', which -mean all states for `evil-define-key', return `nil'." +means all states for `evil-define-key', return `nil'." (let ((states (if (listp state) state (list state)))) (seq-difference (if evil-collection-state-passlist