From 9ee6cc986fac708d157ae49d9e0ce817cc877e31 Mon Sep 17 00:00:00 2001 From: Daanturo Date: Fri, 25 Jun 2021 12:05:43 +0700 Subject: [PATCH] Typo in docstring --- evil-collection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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