From 17ecfea3b904c4676a52dd9d2ea33c8c3e13b870 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 5 Mar 2015 13:25:53 +0000 Subject: [PATCH] package.el (package-refresh-contents): Update doc. --- lisp/ChangeLog | 4 ++++ 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 @@ +2015-03-05 Artur Malabarba + + * emacs-lisp/package.el (package-refresh-contents): Update doc. + 2015-03-05 Dmitry Gutov * 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 ;;;###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) -- 2.39.2