diff options
| author | Dan Nicolaescu | 2007-07-07 01:53:20 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-07-07 01:53:20 +0000 |
| commit | dc5d263ff336489707fea113f1cf9110a281ee20 (patch) | |
| tree | 5d0066d0e2ee832139e8a0223973b4f6d856b2fb | |
| parent | d6d25ba847e129030b32cffdac32b3c3974d81d1 (diff) | |
| download | emacs-dc5d263ff336489707fea113f1cf9110a281ee20.tar.gz emacs-dc5d263ff336489707fea113f1cf9110a281ee20.zip | |
Fix doc for the checkout function.
| -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 |