diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2024-10-24 21:15:28 +0800 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2024-10-24 21:36:58 +0800 |
commit | fefc3005d46f4ac41af624d4591b052df92e4bd0 (patch) | |
tree | 4bd3005cfa12c2faef3fbfde3fd852d289029cb5 /lisp/emacs-lisp | |
parent | be29879850028d316592ba82cd859d31a67c1ffe (diff) | |
download | emacs-fefc3005d46f4ac41af624d4591b052df92e4bd0.tar.gz emacs-fefc3005d46f4ac41af624d4591b052df92e4bd0.tar.bz2 emacs-fefc3005d46f4ac41af624d4591b052df92e4bd0.zip |
; Touch up & fix documentation changes from last commit
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index ae183cc9f72..d30f616f6ea 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -71,7 +71,7 @@ "Default VC backend to use for cloning package repositories. `package-vc-install' uses this backend when you specify neither the backend nor a repository URL that's recognized via -`package-vc-heuristic-alist'. +`vc-clone-heuristic-alist'. The value must be a member of `vc-handled-backends' that supports the `clone' VC function." @@ -809,7 +809,7 @@ If PACKAGE is a string, it specifies the URL of the package repository. In this case, optional argument BACKEND specifies the VC backend to use for cloning the repository; if it's nil, this function tries to infer which backend to use according to -the value of `package-vc-heuristic-alist' and if that fails it +the value of `vc-clone-heuristic-alist' and if that fails it uses `package-vc-default-backend'. Optional argument NAME specifies the package name in this case; if it's nil, this package uses `file-name-base' on the URL to obtain the package |