From 33d9869b5f7a5acaca838e2b57e5ae713df9603d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 10 Mar 2015 00:49:20 -0700 Subject: Spelling and minor grammar fixes --- lisp/emacs-lisp/package.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/emacs-lisp') 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) -- cgit v1.2.3