* mood-line.el (mood-line-evil-state-alist): Fixed typo

This commit is contained in:
Trevor Richards 2022-07-29 09:14:14 -07:00
parent 998cd7ec8e
commit 7c30e1cada
No known key found for this signature in database
GPG Key ID: 8546CF84A13DD5EF

View File

@ -95,7 +95,7 @@
(motion . ("<M>" . font-lock-constant-face))
(operator . ("<O>" . font-lock-function-name-face))
(emacs . ("<E>" . font-lock-builtin-face)))
"Set the string and corresponding face for many `evil-mode' state.
"Set the string and corresponding face for any `evil-mode' state.
The `Face' may be either a face symbol or a property list of key-value pairs
e.g. (:foreground \"red\")."
:group 'mood-line