From 070b9de4e39b8b6f1334f1d6d81cd9ad9634d75b Mon Sep 17 00:00:00 2001 From: Oscar Fuentes <ofv@wanadoo.es> Date: Sat, 19 Mar 2016 18:56:51 +0100 Subject: [PATCH] * lisp/vc/vc-hooks.el: Fix typo --- lisp/vc/vc-hooks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 0c1718e94cb..c6512e95e49 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -91,7 +91,7 @@ (defface vc-edited-state '((default :inherit vc-state-base-face)) - "Face for VC modeline state when the file is up to date." + "Face for VC modeline state when the file is edited." :version "25.1" :group 'vc-faces) -- 2.39.5