Mention NonGNU in "Package Archives" node in the manual

* doc/lispref/package.texi (Package Archives): Mention NonGNU, too
(bug#49899).
This commit is contained in:
Lars Ingebrigtsen 2021-08-06 13:03:28 +02:00
parent 35cea6c94c
commit 483fce3093

View file

@ -285,9 +285,10 @@ variable @code{load-file-name} (@pxref{Loading}). Here is an example:
Via the Package Menu, users may download packages from @dfn{package
archives}. Such archives are specified by the variable
@code{package-archives}, whose default value contains a single entry:
the archive hosted by the GNU project at @url{https://elpa.gnu.org}. This
section describes how to set up and maintain a package archive.
@code{package-archives}, whose default value lists the archives the
archive hosted by the GNU project at @url{https://elpa.gnu.org} and
@url{https://elpa.nongnu.org}. This section describes how to set up
and maintain a package archive.
@cindex base location, package archive
@defopt package-archives