From: Oscar Fuentes Date: Sat, 19 Mar 2016 17:56:51 +0000 (+0100) Subject: * lisp/vc/vc-hooks.el: Fix typo X-Git-Tag: emacs-26.0.90~2337 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=070b9de4e39b8b6f1334f1d6d81cd9ad9634d75b;p=emacs.git * lisp/vc/vc-hooks.el: Fix typo --- 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)