aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2008-02-20 18:11:15 +0000
committerThien-Thi Nguyen <[email protected]>2008-02-20 18:11:15 +0000
commitf4263e475d6e32f25365e63b0ca44823a0e13599 (patch)
tree63556d37ea1f40e5eabbcf29fafd8ac880865020 /lisp
parent48c4d6a236e412f7855cf8114bc6874f998fb0a9 (diff)
Explain vc-BACKEND-root in Commentary; nfc.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 3376113711..1af8bfc80c 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -465,6 +465,12 @@
;;
;; MISCELLANEOUS
;;
+;; - root (dir)
+;;
+;; Return DIR's "root" directory, that is, a parent directory of
+;; DIR for which the same backend as used for DIR applies. If no
+;; such parent exists, this function should return DIR.
+;;
;; - make-version-backups-p (file)
;;
;; Return non-nil if unmodified repository revisions of FILE should be