]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/package.texi (Package Archives): Mention https.
authorGlenn Morris <rgm@gnu.org>
Wed, 5 Apr 2017 00:17:54 +0000 (20:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 5 Apr 2017 00:17:54 +0000 (20:17 -0400)
doc/lispref/package.texi

index 6066ea9a936e71d62616ed169424153d8c197b40..1b37337c15b9f77ed5fd46401c33df85d173a042 100644 (file)
@@ -286,9 +286,9 @@ form @code{(@var{id} . @var{location})}, where @var{id} is the name of
 the archive (a string) and @var{location} is its @dfn{base location}
 (a string).
 
-If the base location starts with @samp{http:}, it is treated as a HTTP
-URL, and packages are downloaded from this archive via HTTP (as is the
-case for the default GNU archive).
+If the base location starts with @samp{http:} or @samp{https:}, it
+is treated as an HTTP(S) URL, and packages are downloaded from this
+archive via HTTP(S) (as is the case for the default GNU archive).
 
 Otherwise, the base location should be a directory name.  In this
 case, Emacs retrieves packages from this archive via ordinary file