Spelling and minor grammar fixes

This commit is contained in:
Paul Eggert 2015-03-10 00:49:20 -07:00
parent 778de7270b
commit 33d9869b5f
4 changed files with 8 additions and 8 deletions

View file

@ -1695,10 +1695,10 @@ similar to an entry in `package-alist'. Save the cached copy to
;;;###autoload
(defun package-refresh-contents ()
"Download the description of all configured ELPAs.
"Download descriptions of all configured ELPA packages.
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."
inform Emacs about the latest versions of all packages it offers,
and make them available for download."
(interactive)
;; FIXME: Do it asynchronously.
(unless (file-exists-p package-user-dir)