Function: evil-state-p
evil-state-p is a byte-compiled function defined in evil-core.el.
Signature
(evil-state-p SYM)
Documentation
Whether SYM is the name of a state.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-core.el
(defun evil-state-p (sym)
"Whether SYM is the name of a state."
(assq sym evil-state-properties))