# HG changeset patch # User Dan Nicolaescu # Date 1184647736 0 # Node ID 8dcc6f809d32fa13ad0e371d896093a3754f02dc # Parent 89953ba5bfecf40272a273e9706c8011faaa76ff Add more info about the vc-registered function. diff -r 89953ba5bfec -r 8dcc6f809d32 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 16 10:43:34 2007 +0000 +++ b/lisp/ChangeLog Tue Jul 17 04:48:56 2007 +0000 @@ -1,3 +1,7 @@ +2007-07-17 Dan Nicolaescu + + * vc.el: Add more info about the vc-registered function. + 2007-07-16 David Kastrup * emacs-lisp/advice.el (defadvice): Doc fix. diff -r 89953ba5bfec -r 8dcc6f809d32 lisp/vc.el --- a/lisp/vc.el Mon Jul 16 10:43:34 2007 +0000 +++ b/lisp/vc.el Tue Jul 17 04:48:56 2007 +0000 @@ -106,8 +106,12 @@ ;; * registered (file) ;; ;; Return non-nil if FILE is registered in this backend. Both this -;; function as well as `state' should be careful to fail gracefully in the -;; event that the backend executable is absent. +;; function as well as `state' should be careful to fail gracefully +;; in the event that the backend executable is absent. It is +;; preferable that this function's body is autoloaded, that way only +;; calling vc-registered does not cause the backend to be loaded +;; (all the vc-FOO-registered functions are called to try to find +;; the controlling backend for FILE. ;; ;; * state (file) ;;