]> git.eshelyaron.com Git - emacs.git/commitdiff
; Clarify what a package specification is
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 16 Nov 2022 09:59:53 +0000 (10:59 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 17 Nov 2022 19:55:04 +0000 (20:55 +0100)
* lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Expand
docstring.

lisp/emacs-lisp/package-vc.el

index 84c4dda6f4a1b9cf15fdcd6fb5614a6c5966ee44..b3638cda2834a172d199e816d2d23369eda0a445 100644 (file)
@@ -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