summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-10-24 21:15:28 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-10-24 21:36:58 +0800
commitfefc3005d46f4ac41af624d4591b052df92e4bd0 (patch)
tree4bd3005cfa12c2faef3fbfde3fd852d289029cb5 /lisp/emacs-lisp
parentbe29879850028d316592ba82cd859d31a67c1ffe (diff)
downloademacs-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.el4
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