diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea358ce7b9b..f362942db4c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc.el: Fix doc for the checkout function. | ||
| 4 | |||
| 1 | 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * vc-hg.el (vc-hg-root): New function. | 7 | * 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 @@ | |||
| 224 | ;; The implementation should pass the value of vc-checkout-switches | 224 | ;; The implementation should pass the value of vc-checkout-switches |
| 225 | ;; to the backend command. | 225 | ;; to the backend command. |
| 226 | ;; | 226 | ;; |
| 227 | ;; * checkout (file &optional editable rev) | 227 | ;; - checkout (file &optional editable rev) |
| 228 | ;; | 228 | ;; |
| 229 | ;; Check out revision REV of FILE into the working area. If EDITABLE | 229 | ;; Check out revision REV of FILE into the working area. If EDITABLE |
| 230 | ;; is non-nil, FILE should be writable by the user and if locking is | 230 | ;; is non-nil, FILE should be writable by the user and if locking is |