* lisp/vc/vc.el (vc-deduce-fileset): Doc fix.
This commit is contained in:
parent
16d9f8966f
commit
40e64f0cbd
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue