aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-hooks.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 218c80c04f9..437b2267d7f 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -493,7 +493,7 @@ For registered files, the value returned is one of:
493 prompt the user to do it). 493 prompt the user to do it).
494 494
495 'added Scheduled to go into the repository on the next commit. 495 'added Scheduled to go into the repository on the next commit.
496 Often represented by vc-working-revision = "0" in VCSes 496 Often represented by vc-working-revision = \"0\" in VCSes
497 with monotonic IDs like Subversion and Mercxurial." 497 with monotonic IDs like Subversion and Mercxurial."
498 498
499 ;; FIXME: New (sub)states needed (?): 499 ;; FIXME: New (sub)states needed (?):