]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc for the checkout function.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 7 Jul 2007 01:53:20 +0000 (01:53 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 7 Jul 2007 01:53:20 +0000 (01:53 +0000)
lisp/ChangeLog
lisp/vc.el

index ea358ce7b9b709cff5ed2859b8936ae6b5c51857..f362942db4cf3bcaf2a08d2dd7d888696dd0bb39 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el: Fix doc for the checkout function.
+
 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-hg.el (vc-hg-root): New function.
index 6780a9c97d773854e6aee2eda1b24de05e5c2ed0..cf546c0173fc96c850ffe7db972b04c982f30401 100644 (file)
 ;;   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