]> code.delx.au - gnu-emacs/commitdiff
package.el (package-refresh-contents): Update doc.
authorArtur Malabarba <am12548@it055607.users.bris.ac.uk>
Thu, 5 Mar 2015 13:25:53 +0000 (13:25 +0000)
committerArtur Malabarba <am12548@it055607.users.bris.ac.uk>
Thu, 5 Mar 2015 13:25:53 +0000 (13:25 +0000)
lisp/ChangeLog
lisp/emacs-lisp/package.el

index 3486c3806fd84945bb6f50fc2bfab4cc5c7f7416..1f54617b4d4322091a8d91a7bd13102c87bf953b 100644 (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 `.
index 885fb00ce759d1df28d0ba80dd12238f433de1b4..00608f3d2c7bba3a5365a7a4b0c70406db0b1518 100644 (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)