emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 31 Dec 2007 19:14:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/12/31 19:14:25

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.502
retrieving revision 1.503
diff -u -b -r1.502 -r1.503
--- vc.el       29 Dec 2007 13:20:48 -0000      1.502
+++ vc.el       31 Dec 2007 19:14:23 -0000      1.503
@@ -163,9 +163,10 @@
 ;;   state of as many files as possible in DIR, and all subdirecties
 ;;   of DIR, in a fast way; it is used to avoid expensive indivitual
 ;;   vc-state calls.  The function should not return anything, but
-;;   rather store the files' states into the corresponding `vc-state'
-;;   properties.  (Note: in older versions this method was not
-;;   required to recurse into subdirectories.)
+;;   rather store the files' states into the corresponding properties.
+;;   Two properties are required: `vc-backend' and `vc-state'.  (Note:
+;;   in older versions this method was not required to recurse into
+;;   subdirectories.)
 ;;
 ;; * working-revision (file)
 ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]