From: Philip Kaludercic Date: Sun, 23 Oct 2022 16:26:17 +0000 (+0200) Subject: ; Update 'clone' documentation in header X-Git-Tag: emacs-29.0.90~1616^2~307^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbcd66371577efacef62419d1efa39494f4cd778;p=emacs.git ; Update 'clone' documentation in header --- 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 @@ ;; properties are omitted, `point-min' and `point-max' will ;; respectively be used instead. ;; -;; - clone (remote directory) +;; - clone (remote directory rev) ;; ;; Attempt to clone a REMOTE repository, into a local DIRECTORY. ;; Returns a string with the directory with the contents of the -;; repository if successful, otherwise nil. +;; repository if successful, otherwise nil. With a non-nil value +;; for REV the backend will attempt to check out a specific +;; revision, if possible without first checking out the default +;; branch. ;;; Changes from the pre-25.1 API: ;;