diff options
| author | Robert Pluim | 2018-10-23 12:19:19 +0200 |
|---|---|---|
| committer | Robert Pluim | 2018-10-23 12:20:13 +0200 |
| commit | 2efd40076c8977aaf54d7478db96e5dbf623f37d (patch) | |
| tree | d4ef87a6cd9ec21dfa8b5d35f3823ca0f6fec57a | |
| parent | 6239016ca68ebf283f41c24e1828d35ad4e1cda5 (diff) | |
| download | emacs-2efd40076c8977aaf54d7478db96e5dbf623f37d.tar.gz emacs-2efd40076c8977aaf54d7478db96e5dbf623f37d.zip | |
Correct typo in GNU ELPA url
* doc/misc/efaq.texi (Packages that do not come with Emacs):
Correct typo in GNU ELPA url (Bug#33072). Change other url
references to use https scheme.
| -rw-r--r-- | doc/misc/efaq.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 8bdd40c71cf..4f42de9c422 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3506,7 +3506,7 @@ see @ref{Packages that do not come with Emacs}. | |||
| 3506 | 3506 | ||
| 3507 | The easiest way to add more features to your Emacs is to use the | 3507 | The easiest way to add more features to your Emacs is to use the |
| 3508 | command @kbd{M-x list-packages}. This contacts the | 3508 | command @kbd{M-x list-packages}. This contacts the |
| 3509 | @uref{https:///elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'') | 3509 | @uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'') |
| 3510 | server and fetches the list of additional packages that it offers. | 3510 | server and fetches the list of additional packages that it offers. |
| 3511 | These are GNU packages that are available for use with Emacs, but are | 3511 | These are GNU packages that are available for use with Emacs, but are |
| 3512 | distributed separately from Emacs itself, for reasons of space, etc. | 3512 | distributed separately from Emacs itself, for reasons of space, etc. |
| @@ -3515,8 +3515,8 @@ available, and then Emacs can automatically download and install the | |||
| 3515 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. | 3515 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. |
| 3516 | 3516 | ||
| 3517 | There are other, non-GNU, Emacs Lisp package servers, including: | 3517 | There are other, non-GNU, Emacs Lisp package servers, including: |
| 3518 | @uref{http://melpa.org/, MELPA}; and | 3518 | @uref{https://melpa.org, MELPA}; and |
| 3519 | @uref{https://marmalade-repo.org/, Marmalade}. To use additional | 3519 | @uref{https://marmalade-repo.org, Marmalade}. To use additional |
| 3520 | package servers, customize the @code{package-archives} variable. Be | 3520 | package servers, customize the @code{package-archives} variable. Be |
| 3521 | aware that installing a package can run arbitrary code, so only add | 3521 | aware that installing a package can run arbitrary code, so only add |
| 3522 | sources that you trust. | 3522 | sources that you trust. |
| @@ -3527,8 +3527,8 @@ GNU Emacs sources mailing list}, which is gatewayed to the | |||
| 3527 | connection between the two can be unreliable) is an official place | 3527 | connection between the two can be unreliable) is an official place |
| 3528 | where people can post or announce their extensions to Emacs. | 3528 | where people can post or announce their extensions to Emacs. |
| 3529 | 3529 | ||
| 3530 | The @uref{http://emacswiki.org, Emacs Wiki} contains pointers to some | 3530 | The @uref{https://emacswiki.org, Emacs Wiki} contains pointers to some |
| 3531 | additional extensions. @uref{http://wikemacs.org, WikEmacs} is an | 3531 | additional extensions. @uref{https://wikemacs.org, WikEmacs} is an |
| 3532 | alternative wiki for Emacs. | 3532 | alternative wiki for Emacs. |
| 3533 | 3533 | ||
| 3534 | @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs | 3534 | @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs |