]> code.delx.au - gnu-emacs/commitdiff
; * lisp/vc/vc-hooks.el: corrected docstring of face
authorOscar Fuentes <ofv@wanadoo.es>
Tue, 1 Mar 2016 03:53:03 +0000 (04:53 +0100)
committerOscar Fuentes <ofv@wanadoo.es>
Tue, 1 Mar 2016 03:55:31 +0000 (04:55 +0100)
Do not merge to master

lisp/vc/vc-hooks.el

index 2be46c5fff403c46e2691530010b170fda6b7c88..22c4d17f6aaa90e6c8050da8b621e99d5a81478d 100644 (file)
@@ -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)