From: Oscar Fuentes Date: Tue, 1 Mar 2016 03:53:03 +0000 (+0100) Subject: ; * lisp/vc/vc-hooks.el: corrected docstring of face X-Git-Tag: emacs-25.0.92~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38698b6eaa7619a1c7ce5be9e8299bea4b680a2b;p=emacs.git ; * lisp/vc/vc-hooks.el: corrected docstring of face Do not merge to master --- 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)