diff options
| author | Lars Ingebrigtsen | 2019-07-15 00:17:59 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-15 00:22:45 +0200 |
| commit | dea9970bc0deaf320e78c46a2e7456cbb6e7a0ea (patch) | |
| tree | 03ae28a8d5e3ed6785017037884f17eae67c5b78 | |
| parent | c3da6fd70734577b5e63a2c56084bbea000c7bce (diff) | |
| download | emacs-dea9970bc0deaf320e78c46a2e7456cbb6e7a0ea.tar.gz emacs-dea9970bc0deaf320e78c46a2e7456cbb6e7a0ea.zip | |
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).
| -rw-r--r-- | lisp/emacs-lisp/package.el | 4 |
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 | |||
| 252 | selected. When higher versions are available from archives with | 252 | selected. When higher versions are available from archives with |
| 253 | lower priorities, the user has to select those manually. | 253 | lower priorities, the user has to select those manually. |
| 254 | 254 | ||
| 255 | Archives not in this list have the priority 0. | 255 | Archives not in this list have the priority 0, as have packages |
| 256 | that are already installed. If you use negative priorities for | ||
| 257 | the archives, they will not be upgraded automatically. | ||
| 256 | 258 | ||
| 257 | See also `package-menu-hide-low-priority'." | 259 | See also `package-menu-hide-low-priority'." |
| 258 | :type '(alist :key-type (string :tag "Archive name") | 260 | :type '(alist :key-type (string :tag "Archive name") |