]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix reference in docstring to 'package-vc-install-from-checkout'
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 9 Dec 2022 18:49:44 +0000 (19:49 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 10 Dec 2022 08:48:02 +0000 (09:48 +0100)
* lisp/emacs-lisp/package-vc.el (package-vc-checkout): Fix reference.

lisp/emacs-lisp/package-vc.el

index 193d7c5b5671ef015a75cb108c154b0933465eb0..80d268c29589934cd2d439901d3c7bd34f959a34 100644 (file)
@@ -711,11 +711,11 @@ regular package, but it will not remove a VC package."
 (defun package-vc-checkout (pkg-desc directory &optional rev)
   "Clone the sources for PKG-DESC into DIRECTORY and visit that directory.
 Unlike `package-vc-install', this does not yet set up the package
-for use with Emacs; use `package-vc-link-directory' for setting
-the package up after this function finishes.
-Optional argument REV means to clone a specific version of the
-package; it defaults to the last version available from the
-package's repository.  If REV has the special value
+for use with Emacs; use `package-vc-install-from-checkout' for
+setting the package up after this function finishes.  Optional
+argument REV means to clone a specific version of the package; it
+defaults to the last version available from the package's
+repository.  If REV has the special value
 `:last-release' (interactively, the prefix argument), that stands
 for the last released version of the package."
   (interactive