mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-14 07:59:34 +00:00
Expand 'package-vc--unpack-1' documentation
* lisp/emacs-lisp/package-vc.el (package-vc--unpack-1): Explain what the function does.
This commit is contained in:
parent
f939859fe4
commit
b0200a37e4
1 changed files with 5 additions and 1 deletions
|
@ -375,7 +375,11 @@ otherwise it's assumed to be an Info file."
|
||||||
file pkg-dir)))
|
file pkg-dir)))
|
||||||
|
|
||||||
(defun package-vc--unpack-1 (pkg-desc 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
|
;; In case the package was installed directly from source, the
|
||||||
;; dependency list wasn't know beforehand, and they might have
|
;; dependency list wasn't know beforehand, and they might have
|
||||||
;; to be installed explicitly.
|
;; to be installed explicitly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue