emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master dea9970: package-archive-priorities doc addition


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master dea9970: package-archive-priorities doc addition
Date: Sun, 14 Jul 2019 18:22:53 -0400 (EDT)

branch: master
commit dea9970bc0deaf320e78c46a2e7456cbb6e7a0ea
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    package-archive-priorities doc addition
    
    * lisp/emacs-lisp/package.el (package-archive-priorities):
    Document that negative priorities will lead to packages not being
    updated (bug#28897).
---
 lisp/emacs-lisp/package.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 43a9aa7..9a350aa 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -252,7 +252,9 @@ number from the archive with the highest priority is
 selected.  When higher versions are available from archives with
 lower priorities, the user has to select those manually.
 
-Archives not in this list have the priority 0.
+Archives not in this list have the priority 0, as have packages
+that are already installed.  If you use negative priorities for
+the archives, they will not be upgraded automatically.
 
 See also `package-menu-hide-low-priority'."
   :type '(alist :key-type (string :tag "Archive name")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]