diff options
| -rw-r--r-- | doc/lispref/package.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index 6066ea9a936..1b37337c15b 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi | |||
| @@ -286,9 +286,9 @@ form @code{(@var{id} . @var{location})}, where @var{id} is the name of | |||
| 286 | the archive (a string) and @var{location} is its @dfn{base location} | 286 | the archive (a string) and @var{location} is its @dfn{base location} |
| 287 | (a string). | 287 | (a string). |
| 288 | 288 | ||
| 289 | If the base location starts with @samp{http:}, it is treated as a HTTP | 289 | If the base location starts with @samp{http:} or @samp{https:}, it |
| 290 | URL, and packages are downloaded from this archive via HTTP (as is the | 290 | is treated as an HTTP(S) URL, and packages are downloaded from this |
| 291 | case for the default GNU archive). | 291 | archive via HTTP(S) (as is the case for the default GNU archive). |
| 292 | 292 | ||
| 293 | Otherwise, the base location should be a directory name. In this | 293 | Otherwise, the base location should be a directory name. In this |
| 294 | case, Emacs retrieves packages from this archive via ordinary file | 294 | case, Emacs retrieves packages from this archive via ordinary file |