; Touch up & fix documentation changes from last commit
This commit is contained in:
parent
be29879850
commit
fefc3005d4
4 changed files with 15 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue