emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 38698b6: ; * lisp/vc/vc-hooks.el: corrected docst


From: Oscar Fuentes
Subject: [Emacs-diffs] emacs-25 38698b6: ; * lisp/vc/vc-hooks.el: corrected docstring of face
Date: Tue, 01 Mar 2016 03:55:39 +0000

branch: emacs-25
commit 38698b6eaa7619a1c7ce5be9e8299bea4b680a2b
Author: Oscar Fuentes <address@hidden>
Commit: Oscar Fuentes <address@hidden>

    ; * lisp/vc/vc-hooks.el: corrected docstring of face
    
    Do not merge to master
---
 lisp/vc/vc-hooks.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index 2be46c5..22c4d17 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]