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

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

[elpa] externals/repology fc4665f 1/2: repology: Improve accuracy of a d


From: Nicolas Goaziou
Subject: [elpa] externals/repology fc4665f 1/2: repology: Improve accuracy of a docstring
Date: Wed, 20 Jan 2021 13:21:54 -0500 (EST)

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

    repology: Improve accuracy of a docstring
    
    * repology.el (repology-search-projects): Take into consideration the
    multiple types of values for `repology-free-only-projects'.
---
 repology.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/repology.el b/repology.el
index c90295c..b58c49e 100644
--- a/repology.el
+++ b/repology.el
@@ -472,8 +472,8 @@ FILTERS helps refining the search with the following 
keywords:
   `has_related'
      return projects which have related ones (may require merging)
 
-Return a list of projects.  Projects with a known non-free license are removed
-from output, unless `repology-free-only-projects' is nil."
+Return a list of projects.  Non-free projects may be removed from output
+according to the value of `repology-free-only-projects'."
   (let ((result nil)
         (name nil))
     (with-temp-message "Repology: Querying API..."



reply via email to

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