[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/package-vc-fixes 6ba14d437b 10/14: Expand 'package-vc--unpack-1'
From: |
Philip Kaludercic |
Subject: |
scratch/package-vc-fixes 6ba14d437b 10/14: Expand 'package-vc--unpack-1' documentation |
Date: |
Wed, 9 Nov 2022 03:52:02 -0500 (EST) |
branch: scratch/package-vc-fixes
commit 6ba14d437bdba4318d60029ecd5d597533395f7e
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Expand 'package-vc--unpack-1' documentation
* lisp/emacs-lisp/package-vc.el (package-vc--unpack-1): Explain what
the function does.
---
lisp/emacs-lisp/package-vc.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 23ac0a88c5..10b9e9b309 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -371,7 +371,11 @@ otherwise it's assumed to be an Info file."
file pkg-dir)))
(defun package-vc--unpack-1 (pkg-desc pkg-dir)
- "Install PKG-DESC that is already checked-out in PKG-DIR."
+ "Prepare PKG-DESC that is already checked-out in PKG-DIR.
+This includes downloading missing dependencies, generating
+autoloads, generating a package description file (used to
+identify a package as a source package later on), building
+documentation and marking the package as installed."
;; In case the package was installed directly from source, the
;; dependency list wasn't know beforehand, and they might have
;; to be installed explicitly.
- branch scratch/package-vc-fixes created (now 04ade0508d), Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes cb6415a45a 01/14: ; Fix interactive spec for 'package-vc-refresh', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 61048ae3fa 02/14: Handle strings as keys in 'package-vc-ensure-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 6ba14d437b 10/14: Expand 'package-vc--unpack-1' documentation,
Philip Kaludercic <=
- scratch/package-vc-fixes ed0caa9032 04/14: Mark 'package-vc-install-selected-packages' as interactive, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes c94b80caf1 05/14: Autoload 'package-vc-install-selected-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes c7b485da75 07/14: Fix 'package-vc-selected-packages' documentation, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 8956d833b3 12/14: Fix generation of documentation for source packages, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes fe4b9fbbd3 03/14: Rename '-ensure-packages' to -install-selected-packages', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes b19bf809f8 06/14: Mark 'package-vc-update' as interactive, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 55af74cd1e 08/14: Fix the docstring for 'package-vc--version', Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 95882b0567 09/14: Clarify 'package-vc--build-documentation' docstring, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 12a7853844 11/14: Remove references to internal symbols from public docstrings, Philip Kaludercic, 2022/11/09
- scratch/package-vc-fixes 04ade0508d 14/14: Track 'default-directory' while updating source packages, Philip Kaludercic, 2022/11/09