summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2016-03-01 04:53:03 +0100
committerOscar Fuentes <ofv@wanadoo.es>2016-03-01 04:55:31 +0100
commit38698b6eaa7619a1c7ce5be9e8299bea4b680a2b (patch)
tree25a3a41f2beda0b628f405ba8118bbb860c78c19
parentb6d6304179c078811b5218323d035d8277457255 (diff)
downloademacs-38698b6eaa7619a1c7ce5be9e8299bea4b680a2b.tar.gz
; * lisp/vc/vc-hooks.el: corrected docstring of face
Do not merge to master
-rw-r--r--lisp/vc/vc-hooks.el2
1 files changed, 1 insertions, 1 deletions
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)