+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 `.
;;;###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)