aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Kaludercic2022-11-06 10:43:44 +0100
committerPhilip Kaludercic2022-11-17 20:37:28 +0100
commit83ff0de4cec8ad5342dc5dc2d0dacd0fe29795df (patch)
tree3659719e535369b40a0865826e626246e0f657c5
parent3ff8310cc303a54e52d92dea3f778c7f3422746d (diff)
downloademacs-83ff0de4cec8ad5342dc5dc2d0dacd0fe29795df.tar.gz
emacs-83ff0de4cec8ad5342dc5dc2d0dacd0fe29795df.zip
Fix 'package-vc-selected-packages' documentation
* 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.
-rw-r--r--lisp/emacs-lisp/package-vc.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index d6d3f7645e7..1ef7d0d318e 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -151,8 +151,12 @@ is a symbol designating the package and SPEC is one of:
151 specification. 151 specification.
152 152
153This user option differs from `package-selected-packages' in that 153This user option differs from `package-selected-packages' in that
154it is meant to be specified manually. You can also use the 154it is meant to be specified manually. If you want to install all
155function `package-vc-selected-packages' to apply the changes." 155the packages in the list, you cal also use
156`package-vc-install-selected-packages'.
157
158Note that this option will not override an existing source
159package installation or revert the checked out revision."
156 :type '(alist :tag "List of packages you want to be installed" 160 :type '(alist :tag "List of packages you want to be installed"
157 :key-type (symbol :tag "Package") 161 :key-type (symbol :tag "Package")
158 :value-type 162 :value-type