aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-06-20 10:51:51 +0300
committerEli Zaretskii2020-06-20 10:51:51 +0300
commited08512978812220045ff12941d78b99ed32323f (patch)
treeb3127987b01d8a4abeb289bee140f4815abddea7
parent2fec4c733cfb078de24a9d2dea51b1ff0bc717ca (diff)
downloademacs-ed08512978812220045ff12941d78b99ed32323f.tar.gz
emacs-ed08512978812220045ff12941d78b99ed32323f.zip
Revert "Don't mention non-GNU package archives."
This reverts commit 5daa7a5fd4aced33a2ae016bde5bb37d1d95edf6. A proper fix will be committed to the emacs-27 branch, and will be later merged to master.
-rw-r--r--doc/misc/efaq.texi29
1 files changed, 19 insertions, 10 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 0290e797065..f5f01848f77 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3463,16 +3463,25 @@ see @ref{Packages that do not come with Emacs}.
3463@cindex Emacs Lisp List 3463@cindex Emacs Lisp List
3464@cindex Emacs Lisp Archive 3464@cindex Emacs Lisp Archive
3465 3465
3466We distribute many packages that extend Emacs, in the 3466The easiest way to add more features to your Emacs is to use the
3467@uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package 3467command @kbd{M-x list-packages}. This contacts the
3468Archive''). The command @kbd{M-x list-packages} contacts the GNU ELPA 3468@uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'')
3469server and fetches the list of packages that it distributes. These 3469server and fetches the list of additional packages that it offers.
3470GNU packages are designed for use with Emacs, but we distribute them 3470These are GNU packages that are available for use with Emacs, but are
3471separately from Emacs itself, for reasons of space, and convenience of 3471distributed separately from Emacs itself, for reasons of space, etc.
3472development. You can browse the resulting @file{*Packages*} buffer to 3472You can browse the resulting @file{*Packages*} buffer to see what is
3473see what is available, and then Emacs can automatically download and 3473available, and then Emacs can automatically download and install the
3474install the packages that you select. @xref{Packages,,, emacs, The 3474packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}.
3475GNU Emacs Manual}. 3475
3476There are other, non-GNU, Emacs Lisp package servers, including:
3477@uref{https://melpa.org, MELPA}; and
3478@uref{https://marmalade-repo.org, Marmalade}. To use additional
3479package servers, customize the @code{package-archives} variable. Be
3480aware that installing a package can run arbitrary code, so only add
3481sources that you trust. Also, packages hosted on non-GNU package
3482servers may encourage or require you to install and use non-free
3483software; for example, MELPA is known to host some packages that do
3484this.
3476 3485
3477The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, 3486The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources,
3478GNU Emacs sources mailing list}, which is gatewayed to the 3487GNU Emacs sources mailing list}, which is gatewayed to the