1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

* lisp/vc/vc-hooks.el: Fix typo

This commit is contained in:
Oscar Fuentes 2016-03-19 18:56:51 +01:00
parent 326fff41fa
commit 070b9de4e3

View 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)