; Fix reference in docstring to 'package-vc-install-from-checkout'
* lisp/emacs-lisp/package-vc.el (package-vc-checkout): Fix reference.
This commit is contained in:
parent
af88b00b19
commit
5e8bc79f6b
1 changed files with 5 additions and 5 deletions
|
@ -711,11 +711,11 @@ regular package, but it will not remove a VC package."
|
||||||
(defun package-vc-checkout (pkg-desc directory &optional rev)
|
(defun package-vc-checkout (pkg-desc directory &optional rev)
|
||||||
"Clone the sources for PKG-DESC into DIRECTORY and visit that directory.
|
"Clone the sources for PKG-DESC into DIRECTORY and visit that directory.
|
||||||
Unlike `package-vc-install', this does not yet set up the package
|
Unlike `package-vc-install', this does not yet set up the package
|
||||||
for use with Emacs; use `package-vc-link-directory' for setting
|
for use with Emacs; use `package-vc-install-from-checkout' for
|
||||||
the package up after this function finishes.
|
setting the package up after this function finishes. Optional
|
||||||
Optional argument REV means to clone a specific version of the
|
argument REV means to clone a specific version of the package; it
|
||||||
package; it defaults to the last version available from the
|
defaults to the last version available from the package's
|
||||||
package's repository. If REV has the special value
|
repository. If REV has the special value
|
||||||
`:last-release' (interactively, the prefix argument), that stands
|
`:last-release' (interactively, the prefix argument), that stands
|
||||||
for the last released version of the package."
|
for the last released version of the package."
|
||||||
(interactive
|
(interactive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue