From: Dan Nicolaescu Date: Sat, 7 Jul 2007 01:53:20 +0000 (+0000) Subject: Fix doc for the checkout function. X-Git-Tag: emacs-pretest-23.0.90~12029 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc5d263ff336489707fea113f1cf9110a281ee20;p=emacs.git Fix doc for the checkout function. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea358ce7b9b..f362942db4c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-07-07 Dan Nicolaescu + + * vc.el: Fix doc for the checkout function. + 2007-07-06 Dan Nicolaescu * vc-hg.el (vc-hg-root): New function. diff --git a/lisp/vc.el b/lisp/vc.el index 6780a9c97d7..cf546c0173f 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -224,7 +224,7 @@ ;; The implementation should pass the value of vc-checkout-switches ;; to the backend command. ;; -;; * checkout (file &optional editable rev) +;; - checkout (file &optional editable rev) ;; ;; Check out revision REV of FILE into the working area. If EDITABLE ;; is non-nil, FILE should be writable by the user and if locking is