diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 2be46c5fff4..22c4d17f6aa 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)