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).
This commit is contained in:
parent
b2fde4b5e8
commit
76538d09b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue