branch: externals/repology commit 3202af0719500bba764c516b3b032f86582d3900 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
repology-utils: Reword initial comments --- repology-utils.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/repology-utils.el b/repology-utils.el index 5ef6c25..6a8b9b3 100644 --- a/repology-utils.el +++ b/repology-utils.el @@ -19,10 +19,12 @@ ;;; Commentary: -;; This library provides various tools used throughout the code base. It -;; includes accessors and predicates for packages, projects and problems -;; objects. It also provides functions useful in configuration variables. -;; Eventually, it implements `repology-request'. +;; This library provides various user-facing tools. They include accessors and +;; predicates for package, project and problem objects, in addition to more +;; specialized functions useful in configuration variables. + +;; The library also provides the low-level `repology-request', used to +;; perform a raw HTTP request on a given URL. ;;; Code: