package.el (package-refresh-contents): Update doc.

This commit is contained in:
Artur Malabarba 2015-03-05 13:25:53 +00:00
parent 77ab7f8455
commit 17ecfea3b9
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2015-03-05 Artur Malabarba <bruce.connor.am@gmail.com>
* emacs-lisp/package.el (package-refresh-contents): Update doc.
2015-03-05 Dmitry Gutov <dgutov@yandex.ru>
* progmodes/js.el (js-mode-syntax-table): Add an entry for `.

View file

@ -1695,9 +1695,10 @@ similar to an entry in `package-alist'. Save the cached copy to
;;;###autoload
(defun package-refresh-contents ()
"Download the ELPA archive description if needed.
This informs Emacs about the latest versions of all packages, and
makes them available for download."
"Download the description of all configured ELPAs.
For each archive configured in the variable `package-archives',
this informs Emacs about the latest versions of all packages it
offers, and makes them available for download."
(interactive)
;; FIXME: Do it asynchronously.
(unless (file-exists-p package-user-dir)