diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-10 00:49:20 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-10 00:49:57 -0700 |
commit | 33d9869b5f7a5acaca838e2b57e5ae713df9603d (patch) | |
tree | 6ee059624338a52c20984282fce300ca92dbfc20 /lisp/emacs-lisp | |
parent | 778de7270b92fcaabd515816f118b28838318ca2 (diff) | |
download | emacs-33d9869b5f7a5acaca838e2b57e5ae713df9603d.tar.gz emacs-33d9869b5f7a5acaca838e2b57e5ae713df9603d.tar.bz2 emacs-33d9869b5f7a5acaca838e2b57e5ae713df9603d.zip |
Spelling and minor grammar fixes
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 00608f3d2c7..0d001bff4cf 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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) |