]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve comment of vc-BACKEND-workfile-unchanged-p.
authorAndré Spiegel <spiegel@gnu.org>
Fri, 19 Jul 2002 13:20:02 +0000 (13:20 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Fri, 19 Jul 2002 13:20:02 +0000 (13:20 +0000)
lisp/vc.el

index d9e1ea02c27b2666044a2e1aed02c214a7c4c25b..750d0f168be7a67d5f9c6e2690318d3327cfa4c6 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.332 2002/07/16 17:47:33 spiegel Exp $
+;; $Id: vc.el,v 1.333 2002/07/16 20:44:23 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
 ;;   contents with those of the master version.  If the backend does not
 ;;   have such a brief-comparison feature, the default implementation of
 ;;   this function can be used, which delegates to a full
-;;   vc-BACKEND-diff.
+;;   vc-BACKEND-diff.  (Note that vc-BACKEND-diff must not run 
+;;   asynchronously in this case.)
 ;;
 ;; - mode-line-string (file)
 ;;