emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 76538d0: Fix typo in package-alist docstring


From: Basil L. Contovounesios
Subject: [Emacs-diffs] emacs-26 76538d0: Fix typo in package-alist docstring
Date: Wed, 17 Jul 2019 10:08:37 -0400 (EDT)

branch: emacs-26
commit 76538d09b711c9f0fb2a48be70f12e776c4ecbb5
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    Fix typo in package-alist docstring
    
    Pointed out by Michael Heerdegen <address@hidden>.
    * lisp/emacs-lisp/package.el (package-alist): Fix docstring
    grammar (bug#17403).
---
 lisp/emacs-lisp/package.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 46f7c91..ab02134 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]