diff options
| -rw-r--r-- | lisp/emacs-lisp/package.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index ef0c5171de6..1e136cb54f7 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -214,7 +214,10 @@ Each element has the form (ID . LOCATION). | |||
| 214 | (Other types of URL are currently not supported.) | 214 | (Other types of URL are currently not supported.) |
| 215 | 215 | ||
| 216 | Only add locations that you trust, since fetching and installing | 216 | Only add locations that you trust, since fetching and installing |
| 217 | a package can run arbitrary code." | 217 | a package can run arbitrary code. |
| 218 | |||
| 219 | HTTPS URLs should be used where possible, as they offer superior | ||
| 220 | security." | ||
| 218 | :type '(alist :key-type (string :tag "Archive name") | 221 | :type '(alist :key-type (string :tag "Archive name") |
| 219 | :value-type (string :tag "URL or directory name")) | 222 | :value-type (string :tag "URL or directory name")) |
| 220 | :risky t | 223 | :risky t |