emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 17ecfea: package.el (package-refresh-contents): Upd


From: Artur Malabarba
Subject: [Emacs-diffs] master 17ecfea: package.el (package-refresh-contents): Update doc.
Date: Thu, 05 Mar 2015 13:26:07 +0000

branch: master
commit 17ecfea3b904c4676a52dd9d2ea33c8c3e13b870
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    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 3486c38..1f54617 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-05  Artur Malabarba  <address@hidden>
+
+       * emacs-lisp/package.el (package-refresh-contents): Update doc.
+
 2015-03-05  Dmitry Gutov  <address@hidden>
 
        * 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 885fb00..00608f3 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]