]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor improvements in package.texi
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Feb 2018 16:18:04 +0000 (18:18 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Feb 2018 16:18:04 +0000 (18:18 +0200)
* doc/emacs/package.texi (Package Menu): Minor wording change.
(Package Installation): Use HTTPS.  A better @xref to GnuPG
manual.  Suggested by Michael Albinus <michael.albinus@gmx.de> in
emacs-manual-bugs@gnu.org.

doc/emacs/package.texi

index 5f05bc0f9ee8846d1470ef305c9731630e3f7413..bc6afb7966a382492f2d5f4ff4cc4ac8328f8323 100644 (file)
@@ -77,7 +77,7 @@ A short description of the package.
 
 @noindent
 The @code{list-packages} command accesses the network, to retrieve the
-list of available packages from the package archive server.  If the
+list of available packages from package archive servers.  If the
 network is unavailable, it falls back on the most recently retrieved
 list.
 
@@ -199,7 +199,7 @@ A valid signature is not a cast-iron
 guarantee that a package is not malicious, so you should still
 exercise caution.  Package archives should provide instructions
 on how you can obtain their public key.  One way is to download the
-key from a server such as @url{http://pgp.mit.edu/}.
+key from a server such as @url{https://pgp.mit.edu/}.
 Use @kbd{M-x package-import-keyring} to import the key into Emacs.
 Emacs stores package keys in the directory specified by the variable
 @code{package-gnupghome-dir}, by default in the @file{gnupg}
@@ -219,7 +219,7 @@ package that is not signed.  If you use some archives that do not sign
 their packages, you can add them to the list @code{package-unsigned-archives}.
 
   For more information on cryptographic keys and signing,
-@pxref{Top,, Top, gnupg, The GNU Privacy Guard Manual}.
+@pxref{Top,, GnuPG, gnupg, The GNU Privacy Guard Manual}.
 Emacs comes with an interface to GNU Privacy Guard,
 @pxref{Top,, EasyPG, epa, Emacs EasyPG Assistant Manual}.