summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index f25045bc469..621802cf4a9 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -163,9 +163,10 @@
;; state of as many files as possible in DIR, and all subdirecties
;; of DIR, in a fast way; it is used to avoid expensive indivitual
;; vc-state calls. The function should not return anything, but
-;; rather store the files' states into the corresponding `vc-state'
-;; properties. (Note: in older versions this method was not
-;; required to recurse into subdirectories.)
+;; rather store the files' states into the corresponding properties.
+;; Two properties are required: `vc-backend' and `vc-state'. (Note:
+;; in older versions this method was not required to recurse into
+;; subdirectories.)
;;
;; * working-revision (file)
;;