From: Philip Kaludercic Date: Wed, 16 Nov 2022 09:59:53 +0000 (+0100) Subject: ; Clarify what a package specification is X-Git-Tag: emacs-29.0.90~1616^2~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb6d62f881d4df4c9f0bedff7054d13be9587853;p=emacs.git ; Clarify what a package specification is * lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Expand docstring. --- diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 84c4dda6f4a..b3638cda283 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -141,7 +141,8 @@ is a symbol designating the package and SPEC is one of: - nil, if any package version can be installed; - a version string, if that specific revision is to be installed; -- a property list. Valid key/value pairs are +- a property list, describing a package specification. Valid + key/value pairs are `:url' (string) The URL of the repository used to fetch the package source. @@ -165,7 +166,7 @@ is a symbol designating the package and SPEC is one of: `vc-clone' will fall back onto the archive default or on `package-vc-default-backend'. - All other values are ignored. + All other keys are ignored. This user option differs from `package-selected-packages' in that it is meant to be specified manually. If you want to install all