# HG changeset patch # User Thien-Thi Nguyen # Date 1203531075 0 # Node ID aca0b1aa678a1a50bd5714a523f0714eca5e46d6 # Parent ba9a6703fde061c49e328f9b3a4522e8cc8a298b Explain vc-BACKEND-root in Commentary; nfc. diff -r ba9a6703fde0 -r aca0b1aa678a lisp/vc.el --- a/lisp/vc.el Wed Feb 20 17:45:52 2008 +0000 +++ b/lisp/vc.el Wed Feb 20 18:11:15 2008 +0000 @@ -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