>From a23879367c7b7d89a6d0ec2880dc93e70f69fa87 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga <eka...@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