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

index 403e62c9fc871a14502e014ece9c7bf84632b87d..0c2b85ace829a3c98f9a9956f35738cfbf03954f 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.311.4.4 2001/11/15 10:56:37 spiegel Exp $
+;; $Id: vc.el,v 1.311.4.5 2002/03/05 13:41:05 spiegel 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)
 ;;