]> git.eshelyaron.com Git - emacs.git/commitdiff
Explain vc-BACKEND-root in Commentary; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 20 Feb 2008 18:11:15 +0000 (18:11 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 20 Feb 2008 18:11:15 +0000 (18:11 +0000)
lisp/vc.el

index 3376113711a1f2af660cafb905c3cd3071f99719..1af8bfc80c0d657b971b044ee909434b2c899795 100644 (file)
 ;;
 ;; 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