summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-08-06 13:03:28 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-06 13:03:28 +0200
commit483fce3093083b94d9c5e545f2b91d188286f90f (patch)
tree61a0743b026acef011f1b9f394ce4077706018b1 /doc
parent35cea6c94c658f101548df5325ec3abda0079d2a (diff)
downloademacs-483fce3093083b94d9c5e545f2b91d188286f90f.tar.gz
Mention NonGNU in "Package Archives" node in the manual
* doc/lispref/package.texi (Package Archives): Mention NonGNU, too (bug#49899).
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/package.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi
index e8aaa3ae1d1..0cbb3aa8bb7 100644
--- a/doc/lispref/package.texi
+++ b/doc/lispref/package.texi
@@ -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