From 7c30e1cada60b58a4770dd5f56d6bca4fc2c0988 Mon Sep 17 00:00:00 2001 From: Trevor Richards Date: Fri, 29 Jul 2022 09:14:14 -0700 Subject: [PATCH] * mood-line.el (mood-line-evil-state-alist): Fixed typo --- mood-line.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mood-line.el b/mood-line.el index 9b69c0c..1879c8f 100644 --- a/mood-line.el +++ b/mood-line.el @@ -95,7 +95,7 @@ (motion . ("" . font-lock-constant-face)) (operator . ("" . font-lock-function-name-face)) (emacs . ("" . 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