unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#58517: Bug: Module for SXPath not Documented
@ 2022-10-14 13:30 Frederick M. Muriithi via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  0 siblings, 0 replies; only message in thread
From: Frederick M. Muriithi via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2022-10-14 13:30 UTC (permalink / raw)
  To: 58517

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Document-the-module-containing-the-SXPath-interface.patch --]
[-- Type: text/x-patch; name=0001-Document-the-module-containing-the-SXPath-interface.patch, Size: 868 bytes --]

From b77236cebea0b93211c2b082361ac44d5f80cc57 Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi <fredmanglis@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-14 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 13:30 bug#58517: Bug: Module for SXPath not Documented Frederick M. Muriithi via Bug reports for GUILE, GNU's Ubiquitous Extension Language

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).