diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-12-12 15:17:14 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-12-12 15:17:14 +0200 |
commit | c0bc613b24b3ff40c6ea88854544e6d03070dc70 (patch) | |
tree | 8f5d2aa77db0a246295ec1b1b86209475bf5cd64 /lisp/emacs-lisp | |
parent | b7326d412339337cef643ef5991c45f4472e8bed (diff) | |
download | emacs-c0bc613b24b3ff40c6ea88854544e6d03070dc70.tar.gz emacs-c0bc613b24b3ff40c6ea88854544e6d03070dc70.tar.bz2 emacs-c0bc613b24b3ff40c6ea88854544e6d03070dc70.zip |
Document new features of package.el
* doc/emacs/package.texi (Package Menu): Document the 'external'
status and the new menu commands.
(Package Installation): Document archive priorities.
* lisp/emacs-lisp/package.el (package-archive-priorities): Doc fix.
(package-menu-hide-low-priority): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 265b1cc5485..67d78987a4f 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -216,7 +216,7 @@ of it available such that: This variable has three possible values: nil: no packages are hidden; - `archive': only criteria (a) is used; + `archive': only criterion (a) is used; t: both criteria are used. This variable has no effect if `package-menu--hide-packages' is @@ -234,7 +234,7 @@ Each element has the form (ARCHIVE-ID . PRIORITY). When installing packages, the package with the highest version number from the archive with the highest priority is -selected. When higher versions are available from archives with +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. |