]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc.el (vc-deduce-fileset): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 06:10:12 +0000 (23:10 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 06:10:12 +0000 (23:10 -0700)
lisp/ChangeLog
lisp/vc/vc.el

index 6d7a87f0915b65347d6e04d79a88aad376bc45d2..37f63216ff6bcf73ec033542422c04aeb756b7c2 100644 (file)
@@ -1,5 +1,7 @@
 2013-09-12  Glenn Morris  <rgm@gnu.org>
 
+       * vc/vc.el (vc-deduce-fileset): Doc fix.
+
        * calc/calc-help.el (Info-goto-node):
        * progmodes/cperl-mode.el (Info-find-node):
        * vc/ediff.el (Info-goto-node): Update declarations.
index 39e3fbdc29a44502331de53befa2888e5e432078..fa5c87d44e3d3e1c706e24b9cf548c5afa7ecfb3 100644 (file)
@@ -965,7 +965,8 @@ Within directories, only files already under version control are noticed."
   "Deduce a set of files and a backend to which to apply an operation.
 Return (BACKEND FILESET FILESET-ONLY-FILES STATE CHECKOUT-MODEL).
 
-If we're in VC-dir mode, FILESET is the list of marked files.
+If we're in VC-dir mode, FILESET is the list of marked files,
+or the directory if no files are marked.
 Otherwise, if in a buffer visiting a version-controlled file,
 FILESET is a single-file fileset containing that file.
 Otherwise, if ALLOW-UNREGISTERED is non-nil and the visited file