aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")
534(defvar package-alist nil 534(defvar package-alist nil
535 "Alist of all packages available for activation. 535 "Alist of all packages available for activation.
536Each element has the form (PKG . DESCS), where PKG is a package 536Each element has the form (PKG . DESCS), where PKG is a package
537name (a symbol) and DESCS is a non-empty list of `package-desc' structure, 537name (a symbol) and DESCS is a non-empty list of `package-desc'
538sorted by decreasing versions. 538structures, sorted by decreasing versions.
539 539
540This variable is set automatically by `package-load-descriptor', 540This variable is set automatically by `package-load-descriptor',
541called via `package-initialize'. To change which packages are 541called via `package-initialize'. To change which packages are