aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-svn.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index f2fefdf101a..e11ec8f37cb 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -256,6 +256,7 @@ RESULT is a list of conses (FILE . STATE) for directory DIR."
256 (vc-do-command "*vc*" 0 vc-svn-program '(".") 256 (vc-do-command "*vc*" 0 vc-svn-program '(".")
257 "checkout" (concat "file://" default-directory "SVN"))) 257 "checkout" (concat "file://" default-directory "SVN")))
258 258
259;; FIXME doc is wrong re switches.
259(defun vc-svn-register (files &optional rev comment) 260(defun vc-svn-register (files &optional rev comment)
260 "Register FILES into the SVN version-control system. 261 "Register FILES into the SVN version-control system.
261The COMMENT argument is ignored This does an add but not a commit. 262The COMMENT argument is ignored This does an add but not a commit.