diff options
| author | Philip Kaludercic | 2022-10-23 18:26:17 +0200 |
|---|---|---|
| committer | Philip Kaludercic | 2022-10-23 18:26:17 +0200 |
| commit | dbcd66371577efacef62419d1efa39494f4cd778 (patch) | |
| tree | 7872b12e9adc39a30e6138a02160ee568e06efcb | |
| parent | 85555ad3b79806f662819c74810d9db26108ef9f (diff) | |
| download | emacs-dbcd66371577efacef62419d1efa39494f4cd778.tar.gz emacs-dbcd66371577efacef62419d1efa39494f4cd778.zip | |
; Update 'clone' documentation in header
| -rw-r--r-- | lisp/vc/vc.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index a0a3ce2e6fd..38209ef39ed 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -585,11 +585,14 @@ | |||
| 585 | ;; properties are omitted, `point-min' and `point-max' will | 585 | ;; properties are omitted, `point-min' and `point-max' will |
| 586 | ;; respectively be used instead. | 586 | ;; respectively be used instead. |
| 587 | ;; | 587 | ;; |
| 588 | ;; - clone (remote directory) | 588 | ;; - clone (remote directory rev) |
| 589 | ;; | 589 | ;; |
| 590 | ;; Attempt to clone a REMOTE repository, into a local DIRECTORY. | 590 | ;; Attempt to clone a REMOTE repository, into a local DIRECTORY. |
| 591 | ;; Returns a string with the directory with the contents of the | 591 | ;; Returns a string with the directory with the contents of the |
| 592 | ;; repository if successful, otherwise nil. | 592 | ;; repository if successful, otherwise nil. With a non-nil value |
| 593 | ;; for REV the backend will attempt to check out a specific | ||
| 594 | ;; revision, if possible without first checking out the default | ||
| 595 | ;; branch. | ||
| 593 | 596 | ||
| 594 | ;;; Changes from the pre-25.1 API: | 597 | ;;; Changes from the pre-25.1 API: |
| 595 | ;; | 598 | ;; |