emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114232: * lisp/vc/vc.el (vc-deduce-fileset): Doc fi


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114232: * lisp/vc/vc.el (vc-deduce-fileset): Doc fix.
Date: Thu, 12 Sep 2013 06:10:17 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114232
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 23:10:12 -0700
message:
  * lisp/vc/vc.el (vc-deduce-fileset): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/vc/vc.el                  vc.el-20091113204419-o5vbwnq5f7feedwu-502
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-12 05:48:22 +0000
+++ b/lisp/ChangeLog    2013-09-12 06:10:12 +0000
@@ -1,5 +1,7 @@
 2013-09-12  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2013-09-04 21:09:42 +0000
+++ b/lisp/vc/vc.el     2013-09-12 06:10:12 +0000
@@ -965,7 +965,8 @@
   "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


reply via email to

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