]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update 'clone' documentation in header
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 23 Oct 2022 16:26:17 +0000 (18:26 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 23 Oct 2022 16:26:17 +0000 (18:26 +0200)
lisp/vc/vc.el

index a0a3ce2e6fd66490fb8cac7459a28a42cbea85de..38209ef39edb2bef83dad411fa0bbb5c40764023 100644 (file)
 ;;   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:
 ;;