aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorArtur Malabarba2015-03-05 13:25:53 +0000
committerArtur Malabarba2015-03-05 13:25:53 +0000
commit17ecfea3b904c4676a52dd9d2ea33c8c3e13b870 (patch)
treefe86ba2e80dc4d4b245376e6df2860d648043bf2 /lisp
parent77ab7f84550993b44550879e10cd917b7bf02d04 (diff)
downloademacs-17ecfea3b904c4676a52dd9d2ea33c8c3e13b870.tar.gz
emacs-17ecfea3b904c4676a52dd9d2ea33c8c3e13b870.zip
package.el (package-refresh-contents): Update doc.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/package.el7
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 @@
12015-03-05 Artur Malabarba <bruce.connor.am@gmail.com>
2
3 * emacs-lisp/package.el (package-refresh-contents): Update doc.
4
12015-03-05 Dmitry Gutov <dgutov@yandex.ru> 52015-03-05 Dmitry Gutov <dgutov@yandex.ru>
2 6
3 * progmodes/js.el (js-mode-syntax-table): Add an entry for `. 7 * 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
1695 1695
1696;;;###autoload 1696;;;###autoload
1697(defun package-refresh-contents () 1697(defun package-refresh-contents ()
1698 "Download the ELPA archive description if needed. 1698 "Download the description of all configured ELPAs.
1699This informs Emacs about the latest versions of all packages, and 1699For each archive configured in the variable `package-archives',
1700makes them available for download." 1700this informs Emacs about the latest versions of all packages it
1701offers, and makes them available for download."
1701 (interactive) 1702 (interactive)
1702 ;; FIXME: Do it asynchronously. 1703 ;; FIXME: Do it asynchronously.
1703 (unless (file-exists-p package-user-dir) 1704 (unless (file-exists-p package-user-dir)