The module that provides the interface to SXPath was not clearly documented in 
the manual.

I have provided a patch that does that to help future readers.


Muriithi Frederick Muriuki
https://fredmanglis.me.ke
PGP Key Fingerprint: F370 F409 854B 90E3 52F3  AB01 362B 0BB8 B81D 5A42
From b77236cebea0b93211c2b082361ac44d5f80cc57 Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi <fredmang...@gmail.com>
Date: Fri, 14 Oct 2022 16:21:56 +0300
Subject: [PATCH] Document the module containing the SXPath interface

* doc/ref/sxml.texi: add paragraph.
---
 doc/ref/sxml.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 003309d54..6576e2651 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -755,6 +755,8 @@ converter, applied to a node or a nodeset, yields a non-empty nodeset,
 the converter-predicate is deemed satisfied.  Likewise, an empty nodeset
 is equivalent to @code{#f} in denoting failure.
 
+The @code{(sxml xpath)} module provides the interface for handling SXPath.
+
 @deffn {Scheme Procedure} nodeset? x
 Return @code{#t} if @var{x} is a nodeset.
 @end deffn
-- 
2.37.2

Reply via email to