diff options
| author | Artur Malabarba | 2015-03-05 13:25:53 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2015-03-05 13:25:53 +0000 |
| commit | 17ecfea3b904c4676a52dd9d2ea33c8c3e13b870 (patch) | |
| tree | fe86ba2e80dc4d4b245376e6df2860d648043bf2 /lisp | |
| parent | 77ab7f84550993b44550879e10cd917b7bf02d04 (diff) | |
| download | emacs-17ecfea3b904c4676a52dd9d2ea33c8c3e13b870.tar.gz emacs-17ecfea3b904c4676a52dd9d2ea33c8c3e13b870.zip | |
package.el (package-refresh-contents): Update doc.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/package.el | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3486c3806fd..1f54617b4d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-03-05 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package-refresh-contents): Update doc. | ||
| 4 | |||
| 1 | 2015-03-05 Dmitry Gutov <dgutov@yandex.ru> | 5 | 2015-03-05 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 6 | ||
| 3 | * progmodes/js.el (js-mode-syntax-table): Add an entry for `. | 7 | * progmodes/js.el (js-mode-syntax-table): Add an entry for `. |
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 885fb00ce75..00608f3d2c7 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -1695,9 +1695,10 @@ similar to an entry in `package-alist'. Save the cached copy to | |||
| 1695 | 1695 | ||
| 1696 | ;;;###autoload | 1696 | ;;;###autoload |
| 1697 | (defun package-refresh-contents () | 1697 | (defun package-refresh-contents () |
| 1698 | "Download the ELPA archive description if needed. | 1698 | "Download the description of all configured ELPAs. |
| 1699 | This informs Emacs about the latest versions of all packages, and | 1699 | For each archive configured in the variable `package-archives', |
| 1700 | makes them available for download." | 1700 | this informs Emacs about the latest versions of all packages it |
| 1701 | offers, and makes them available for download." | ||
| 1701 | (interactive) | 1702 | (interactive) |
| 1702 | ;; FIXME: Do it asynchronously. | 1703 | ;; FIXME: Do it asynchronously. |
| 1703 | (unless (file-exists-p package-user-dir) | 1704 | (unless (file-exists-p package-user-dir) |