Mercurial > emacs
changeset 81728:e7f1f230ec0d
Fix doc for the checkout function.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 07 Jul 2007 01:53:20 +0000 |
parents | 91e9b5441176 |
children | c88370efde0d |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 06 21:24:40 2007 +0000 +++ b/lisp/ChangeLog Sat Jul 07 01:53:20 2007 +0000 @@ -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.
--- a/lisp/vc.el Fri Jul 06 21:24:40 2007 +0000 +++ b/lisp/vc.el Sat Jul 07 01:53:20 2007 +0000 @@ -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