From dbcd66371577efacef62419d1efa39494f4cd778 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 23 Oct 2022 18:26:17 +0200 Subject: [PATCH] ; Update 'clone' documentation in header --- lisp/vc/vc.el | 7 +++++-- 1 file 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 @@ ;; 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: ;; -- 2.39.5