GNU bug report logs -
#66365
[PATCH] Fix typo in doc
Previous Next
Reported by: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Date: Thu, 5 Oct 2023 20:49:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From a23879367c7b7d89a6d0ec2880dc93e70f69fa87 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Date: Thu, 5 Oct 2023 22:41:36 +0200
Subject: [PATCH] Fix typo in doc
* doc/ref/sxml.texi (Reading and Writing XML): Remove "."
---
doc/ref/sxml.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 003309d54..835a39b36 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -107,7 +107,7 @@ for certain namespaces with the @code{#:namespaces} keyword argument to
By default, namespaces passed to @code{xml->sxml} are treated as if they
were declared on the root element. Passing a false
@code{#:declare-namespaces?} argument will disable this behavior,
-requiring in-document declarations of namespaces before use..
+requiring in-document declarations of namespaces before use.
@example
(xml->sxml "<foo><ns2:baz/></foo>"
--
2.41.0
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.