Comment.
authorGlenn Morris <rgm@gnu.org>
Wed, 3 Dec 2008 07:41:10 +0000 (07:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 3 Dec 2008 07:41:10 +0000 (07:41 +0000)
lisp/vc-svn.el

index f2fefdf..e11ec8f 100644 (file)
@@ -256,6 +256,7 @@ RESULT is a list of conses (FILE . STATE) for directory DIR."
   (vc-do-command "*vc*" 0 vc-svn-program '(".")
                 "checkout" (concat "file://" default-directory "SVN")))
 
+;; FIXME doc is wrong re switches.
 (defun vc-svn-register (files &optional rev comment)
   "Register FILES into the SVN version-control system.
 The COMMENT argument is ignored  This does an add but not a commit.