]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-hooks.el: Fix typo
authorOscar Fuentes <ofv@wanadoo.es>
Sat, 19 Mar 2016 17:56:51 +0000 (18:56 +0100)
committerOscar Fuentes <ofv@wanadoo.es>
Sat, 19 Mar 2016 17:57:43 +0000 (18:57 +0100)
lisp/vc/vc-hooks.el

index 0c1718e94cbe65b186cd95bfb2aecdcd02f280c1..c6512e95e491cd604c5be465c594d1512d719ec8 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)