aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/package.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 43a9aa7f710..9a350aadaca 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
252selected. When higher versions are available from archives with 252selected. When higher versions are available from archives with
253lower priorities, the user has to select those manually. 253lower priorities, the user has to select those manually.
254 254
255Archives not in this list have the priority 0. 255Archives not in this list have the priority 0, as have packages
256that are already installed. If you use negative priorities for
257the archives, they will not be upgraded automatically.
256 258
257See also `package-menu-hide-low-priority'." 259See also `package-menu-hide-low-priority'."
258 :type '(alist :key-type (string :tag "Archive name") 260 :type '(alist :key-type (string :tag "Archive name")