Mercurial > emacs
changeset 91994:aca0b1aa678a
Explain vc-BACKEND-root in Commentary; nfc.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 20 Feb 2008 18:11:15 +0000 |
parents | ba9a6703fde0 |
children | 9728b70117ff |
files | lisp/vc.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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