]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'package-vc-selected-packages' documentation
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 6 Nov 2022 09:43:44 +0000 (10:43 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 17 Nov 2022 19:37:28 +0000 (20:37 +0100)
* lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Remove
reference to non-existent function and add an explanation that the
value won't override an existing source package installation.

lisp/emacs-lisp/package-vc.el

index d6d3f7645e7f717ba008e156daf70a1805b4466c..1ef7d0d318e3023bcdae7cbadac62495f7800bc2 100644 (file)
@@ -151,8 +151,12 @@ is a symbol designating the package and SPEC is one of:
   specification.
 
 This user option differs from `package-selected-packages' in that
-it is meant to be specified manually.  You can also use the
-function `package-vc-selected-packages' to apply the changes."
+it is meant to be specified manually.  If you want to install all
+the packages in the list, you cal also use
+`package-vc-install-selected-packages'.
+
+Note that this option will not override an existing source
+package installation or revert the checked out revision."
   :type '(alist :tag "List of packages you want to be installed"
                 :key-type (symbol :tag "Package")
                 :value-type