diff options
| author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-02-20 18:11:15 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-02-20 18:11:15 +0000 |
| commit | f4263e475d6e32f25365e63b0ca44823a0e13599 (patch) | |
| tree | 63556d37ea1f40e5eabbcf29fafd8ac880865020 /lisp | |
| parent | 48c4d6a236e412f7855cf8114bc6874f998fb0a9 (diff) | |
| download | emacs-f4263e475d6e32f25365e63b0ca44823a0e13599.tar.gz | |
Explain vc-BACKEND-root in Commentary; nfc.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/vc.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 3376113711a..1af8bfc80c0 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 |
