aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Kaludercic2022-12-09 19:49:44 +0100
committerPhilip Kaludercic2022-12-10 09:48:02 +0100
commit5e8bc79f6b22cda99b522dbbdaa116ea62feb48e (patch)
treec114ab2459b1eb991869dfb18f9a03383c1feb14
parentaf88b00b19c155ce566757ccfa9ee2dbe03a705f (diff)
downloademacs-5e8bc79f6b22cda99b522dbbdaa116ea62feb48e.tar.gz
emacs-5e8bc79f6b22cda99b522dbbdaa116ea62feb48e.zip
; Fix reference in docstring to 'package-vc-install-from-checkout'
* lisp/emacs-lisp/package-vc.el (package-vc-checkout): Fix reference.
-rw-r--r--lisp/emacs-lisp/package-vc.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 193d7c5b567..80d268c2958 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -711,11 +711,11 @@ regular package, but it will not remove a VC package."
711(defun package-vc-checkout (pkg-desc directory &optional rev) 711(defun package-vc-checkout (pkg-desc directory &optional rev)
712 "Clone the sources for PKG-DESC into DIRECTORY and visit that directory. 712 "Clone the sources for PKG-DESC into DIRECTORY and visit that directory.
713Unlike `package-vc-install', this does not yet set up the package 713Unlike `package-vc-install', this does not yet set up the package
714for use with Emacs; use `package-vc-link-directory' for setting 714for use with Emacs; use `package-vc-install-from-checkout' for
715the package up after this function finishes. 715setting the package up after this function finishes. Optional
716Optional argument REV means to clone a specific version of the 716argument REV means to clone a specific version of the package; it
717package; it defaults to the last version available from the 717defaults to the last version available from the package's
718package's repository. If REV has the special value 718repository. If REV has the special value
719`:last-release' (interactively, the prefix argument), that stands 719`:last-release' (interactively, the prefix argument), that stands
720for the last released version of the package." 720for the last released version of the package."
721 (interactive 721 (interactive