summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2019-07-17 15:02:21 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2019-07-17 15:07:16 +0100
commit76538d09b711c9f0fb2a48be70f12e776c4ecbb5 (patch)
treed9ca9dd2d8533a445c0c9d025f13758685128c6a
parentb2fde4b5e8e91aa57313af09465091303eeb7d39 (diff)
downloademacs-76538d09b711c9f0fb2a48be70f12e776c4ecbb5.tar.gz
Fix typo in package-alist docstring
Pointed out by Michael Heerdegen <michael_heerdegen@web.de>. * lisp/emacs-lisp/package.el (package-alist): Fix docstring grammar (bug#17403).
-rw-r--r--lisp/emacs-lisp/package.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 46f7c912726..ab02134bbd8 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -534,8 +534,8 @@ name (a symbol) and DESC is a `package--bi-desc' structure.")
(defvar package-alist nil
"Alist of all packages available for activation.
Each element has the form (PKG . DESCS), where PKG is a package
-name (a symbol) and DESCS is a non-empty list of `package-desc' structure,
-sorted by decreasing versions.
+name (a symbol) and DESCS is a non-empty list of `package-desc'
+structures, sorted by decreasing versions.
This variable is set automatically by `package-load-descriptor',
called via `package-initialize'. To change which packages are