summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-08-06 14:20:54 +0300
committerEli Zaretskii <eliz@gnu.org>2021-08-06 14:20:54 +0300
commitb17fd982a3a02e687c965d75b2354c9793c1328f (patch)
treeb5c853defd055562ad25c8bc2a13738f25c4e841
parent483fce3093083b94d9c5e545f2b91d188286f90f (diff)
downloademacs-b17fd982a3a02e687c965d75b2354c9793c1328f.tar.gz
; * doc/lispref/package.texi (Package Archives): Fix typo.
-rw-r--r--doc/lispref/package.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi
index 0cbb3aa8bb7..9c033fe3df8 100644
--- a/doc/lispref/package.texi
+++ b/doc/lispref/package.texi
@@ -283,12 +283,14 @@ variable @code{load-file-name} (@pxref{Loading}). Here is an example:
@section Creating and Maintaining Package Archives
@cindex package archive
+@cindex GNU ELPA
+@cindex non-GNU ELPA
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 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.
+@code{package-archives}, whose default value lists the archives
+hosted on @url{https://elpa.gnu.org, GNU ELPA} and
+@url{https://elpa.nongnu.org, non-GNU ELPA}. This section describes
+how to set up and maintain a package archive.
@cindex base location, package archive
@defopt package-archives