]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/package.texi (Package Archives): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Aug 2021 11:20:54 +0000 (14:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Aug 2021 11:20:54 +0000 (14:20 +0300)
doc/lispref/package.texi

index 0cbb3aa8bb7c9f52ce84dcbcc3ee38427916fef9..9c033fe3df88e0f65e050b4c8035be24c93d996c 100644 (file)
@@ -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