emacs-diffs
[Top][All Lists]
Advanced

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

feature/package+vc 38efed50dc: ; Mention that 'package-vc-checkout' open


From: Philip Kaludercic
Subject: feature/package+vc 38efed50dc: ; Mention that 'package-vc-checkout' open a directory
Date: Thu, 3 Nov 2022 14:41:53 -0400 (EDT)

branch: feature/package+vc
commit 38efed50dc7226f1692254120d531668f6508fb9
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    ; Mention that 'package-vc-checkout' open a directory
    
    * lisp/emacs-lisp/package-vc.el (package-vc-checkout): Mention it in
    the docstring.
---
 lisp/emacs-lisp/package-vc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index ae92006c99..56762d39b2 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -620,7 +620,7 @@ repository can be set by BACKEND.  If missing,
    ((user-error "Unknown package to fetch: %s" name-or-url))))
 
 (defun package-vc-checkout (pkg-desc directory &optional rev)
-  "Clone the sources for PKG-DESC into DIRECTORY.
+  "Clone the sources for PKG-DESC into DIRECTORY and open it.
 An explicit revision can be requested by passing a string to the
 optional argument REV.  If the command is invoked with a prefix
 argument, the revision used for the last release in the package



reply via email to

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