Hi, > Here is a patch that adds documentation for the functions in > https://www.gnu.org/software/guile/manual/html_node/SXPath.html based on > the comments in the source code.
I remember that I once submitted a similar patch to this list, and I think it has already been merged to the “stable-2.0” branch. It’s probably this one: ~~~~~~~~~~ commit fbe95dc6e6a83497b9074bd368b7050f536bc234 Author: Ricardo Wurmus <rek...@elephly.net> Date: Sun Aug 30 10:58:42 2015 +0200 doc: Add SXPath documentation from sources Fixes <http://bugs.gnu.org/19478>. * doc/ref/sxml.texi (SXPath): Add procedure documentation from sources. Signed-off-by: Ludovic Courtès <l...@gnu.org> ~~~~~~~~~~ Maybe this should also be in master to avoid confusion. ~~ Ricardo