emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/repology 1727636c42: repology: Documentation fix


From: Nicolas Goaziou
Subject: [elpa] externals/repology 1727636c42: repology: Documentation fix
Date: Tue, 22 Feb 2022 05:22:53 -0500 (EST)

branch: externals/repology
commit 1727636c4269a52e0fbbc59c71bbe31eb5bcbedf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    repology: Documentation fix
    
    * repology.el: Mention `repology-filter-outdated-projects' and indent
    example.
---
 repology.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/repology.el b/repology.el
index 46f6de425a..91d25652f3 100644
--- a/repology.el
+++ b/repology.el
@@ -67,18 +67,18 @@
 
 ;; By default, the package trusts Repology's status values to report
 ;; outdated packages.  However, this can introduce false positives.
-;; You can then set `repology-outdated-project-definition' accordingly
-;; to ignore those.
+;; You can then set `repology-outdated-project-definition' and call
+;; `repology-filter-outdated-projects' to ignore those.
 
 ;; For example, with the following set-up, I can look for every
 ;; outdated Emacs packages and Asymptote package in GNU Guix, ignoring
 ;; bogus versions for "emacs:circe", and "emacs:erlang" package
 ;; altogether.  I also sort projects alphabetically.
 
-;; (setq repology-outdated-project-definition
-;;       '(("emacs:circe" "<=2.11" nil)
-;;         ("emacs:erlang" nil nil))
-;;       repology-display-projects-sort-key "Project")
+;;    (setq repology-outdated-project-definition
+;;          '(("emacs:circe" "<=2.11" nil)
+;;            ("emacs:erlang" nil nil))
+;;          repology-display-projects-sort-key "Project")
 ;;
 ;;    (let ((repo "gnuguix"))
 ;;      (repology-display-projects



reply via email to

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