emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1f441de: Fix minor checkdoc errors in package.el


From: Stefan Kangas
Subject: [Emacs-diffs] master 1f441de: Fix minor checkdoc errors in package.el
Date: Thu, 22 Aug 2019 13:18:58 -0400 (EDT)

branch: master
commit 1f441de5fec867af069e32a5fc9b0efd50e52851
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Fix minor checkdoc errors in package.el
    
    * lisp/emacs-lisp/package.el (package-all-keywords)
    (package-menu--generate, package-archive-priority): Doc fixes.
---
 lisp/emacs-lisp/package.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 4e0c046..cd127e1 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -2894,7 +2894,7 @@ KEYWORDS should be nil or a list of keywords."
           (mapcar #'package-menu--print-info-simple info-list))))
 
 (defun package-all-keywords ()
-  "Collect all package keywords"
+  "Collect all package keywords."
   (let ((key-list))
     (package--mapc (lambda (desc)
                      (setq key-list (append (package-desc--keywords desc)
@@ -2951,7 +2951,7 @@ When none are given, the package matches."
 
 (defun package-menu--generate (remember-pos packages &optional keywords)
   "Populate the Package Menu.
- If REMEMBER-POS is non-nil, keep point on the same entry.
+If REMEMBER-POS is non-nil, keep point on the same entry.
 PACKAGES should be t, which means to display all known packages,
 or a list of package names (symbols) to display.
 
@@ -3209,7 +3209,7 @@ The full list of keys can be viewed with 
\\[describe-mode]."
   "Return the priority of ARCHIVE.
 
 The archive priorities are specified in
-`package-archive-priorities'. If not given there, the priority
+`package-archive-priorities'.  If not given there, the priority
 defaults to 0."
   (or (cdr (assoc archive package-archive-priorities))
       0))



reply via email to

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