[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19478: [PATCH] Improve SXPath documentation
From: |
Ludovic Courtès |
Subject: |
bug#19478: [PATCH] Improve SXPath documentation |
Date: |
Sat, 05 Sep 2015 18:53:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
>>> From 302fd7dd9d293ca1e88a39c255704ccd173caed4 Mon Sep 17 00:00:00 2001
>>> From: Ricardo Wurmus <address@hidden>
>>> Date: Sun, 30 Aug 2015 10:58:42 +0200
>>> Subject: [PATCH] doc: Add SXPath documentation from sources
>>>
>>> * doc/ref/sxml.texi (SXPath): Add procedure documentation from sources.
>>
>> Pushed. I added a note at the top of the file that this is from
>> SXPath.scm, which is public-domain.
>
> Actually, my patch included these lines near the end of the first
> section:
>
>> +Much of the following material is taken from the SXPath sources by Oleg
>> +Kiselyov et al.
>
> Putting a note at the top also seems appropriate.
Yes, that’s what I thought; it makes it easier to see at a glance where
the material comes from and what its copyright status is.
>> Should this bug be closed now? Your call.
>
> Yes, it can be closed now. For future SXML documentation updates should
> I just send patches to guile-devel or open a bug report?
Either way is fine; it’s easier not to lose track of bugs, though.
Thanks!
Ludo’.