From: Basil L. Contovounesios Date: Wed, 17 Jul 2019 14:02:21 +0000 (+0100) Subject: Fix typo in package-alist docstring X-Git-Tag: emacs-26.3~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76538d09b7;p=emacs.git Fix typo in package-alist docstring Pointed out by Michael Heerdegen . * lisp/emacs-lisp/package.el (package-alist): Fix docstring grammar (bug#17403). --- 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