summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorArtur Malabarba <am12548@it055607.users.bris.ac.uk>2015-03-05 13:25:53 +0000
committerArtur Malabarba <am12548@it055607.users.bris.ac.uk>2015-03-05 13:25:53 +0000
commit17ecfea3b904c4676a52dd9d2ea33c8c3e13b870 (patch)
treefe86ba2e80dc4d4b245376e6df2860d648043bf2 /lisp/emacs-lisp
parent77ab7f84550993b44550879e10cd917b7bf02d04 (diff)
downloademacs-17ecfea3b904c4676a52dd9d2ea33c8c3e13b870.tar.gz
emacs-17ecfea3b904c4676a52dd9d2ea33c8c3e13b870.tar.bz2
emacs-17ecfea3b904c4676a52dd9d2ea33c8c3e13b870.zip
package.el (package-refresh-contents): Update doc.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package.el7
1 files changed, 4 insertions, 3 deletions
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
;;;###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)