emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 5e8bc79f6b2 2/5: ; Fix reference in docstring to 'package-vc-in


From: Philip Kaludercic
Subject: emacs-29 5e8bc79f6b2 2/5: ; Fix reference in docstring to 'package-vc-install-from-checkout'
Date: Sat, 10 Dec 2022 04:00:47 -0500 (EST)

branch: emacs-29
commit 5e8bc79f6b22cda99b522dbbdaa116ea62feb48e
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    ; Fix reference in docstring to 'package-vc-install-from-checkout'
    
    * lisp/emacs-lisp/package-vc.el (package-vc-checkout): Fix reference.
---
 lisp/emacs-lisp/package-vc.el | 10 +++++-----
 1 file 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."
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]