diff lisp/vc-hooks.el @ 107810:03ef65bf2e25

Improve documentation comments.
author Eric S. Raymond <esr@thyrsus.com>
date Fri, 09 Apr 2010 10:17:52 -0400
parents d47e1fb98df3
children 9c5ceea9a88b
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Fri Apr 09 00:14:33 2010 +0300
+++ b/lisp/vc-hooks.el	Fri Apr 09 10:17:52 2010 -0400
@@ -460,6 +460,9 @@
   'edited            The working file has been edited by the user.  If
                      locking is used for the file, this state means that
                      the current version is locked by the calling user.
+                     This status should *not* be reported for files 
+                     which have a changed mtime but the same content 
+                     as the repo copy.
 
   USER               The current version of the working file is locked by
                      some other USER (a string).