# HG changeset patch # User Andr Spiegel # Date 1027084802 0 # Node ID 021204d82a30742e468f3159e4fcdebc9e4d3b65 # Parent 018d4ae67d4156a301f1c34cd91e5f8233efc013 Improve comment of vc-BACKEND-workfile-unchanged-p. diff -r 018d4ae67d41 -r 021204d82a30 lisp/vc.el --- a/lisp/vc.el Fri Jul 19 11:40:00 2002 +0000 +++ b/lisp/vc.el Fri Jul 19 13:20:02 2002 +0000 @@ -6,7 +6,7 @@ ;; Maintainer: Andre Spiegel ;; 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. @@ -148,7 +148,8 @@ ;; 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) ;;