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: corrected docstring of face

Do not merge to master
This commit is contained in:
Oscar Fuentes 2016-03-01 04:53:03 +01:00
parent b6d6304179
commit 38698b6eaa

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)