diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-11-13 08:18:49 +0100 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-11-17 20:55:04 +0100 |
commit | 4aee4cde3aa3d9cdf4184af7c06f9ea7464c8824 (patch) | |
tree | 9627998735cf810910b819e85f7f6bdfdde0d683 /lisp/emacs-lisp | |
parent | a467afbd982db5c5dc9e834c9db3244d21379586 (diff) | |
download | emacs-4aee4cde3aa3d9cdf4184af7c06f9ea7464c8824.tar.gz emacs-4aee4cde3aa3d9cdf4184af7c06f9ea7464c8824.tar.bz2 emacs-4aee4cde3aa3d9cdf4184af7c06f9ea7464c8824.zip |
Explain that 'package-vc-install' doesn't remove tarball packages
* lisp/emacs-lisp/package-vc.el (package-vc-install): Expand documentation.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 96ae518b216..acef568e549 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -645,7 +645,9 @@ name as deduced from NAME-OR-URL. Optional argument BACKEND specifies the VC backend to use for cloning the package's repository; this is only possible if NAME-OR-URL is a URL, a string. If BACKEND is omitted or nil, the function -uses `package-vc-heuristic-alist' to guess the backend." +uses `package-vc-heuristic-alist' to guess the backend. +Note that by default, a source package will be prioritised over a +regular package, but it will not remove a source package." (interactive (progn ;; Initialize the package system to get the list of package |