Typo in docstring

This commit is contained in:
Daanturo 2021-06-25 12:05:43 +07:00 committed by Youmu
parent 0a3b8b61b0
commit 9ee6cc986f
1 changed files with 1 additions and 1 deletions

View File

@ -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