From 6c4738ee4c4f92bf1f56727863dffe146dea03a1 Mon Sep 17 00:00:00 2001 From: Fulbert Date: Tue, 13 Sep 2022 19:21:59 +0200 Subject: doc: Clarify reference to (sxml transform) module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/ref/sxml.texi (7.21.4 Transforming SXML): Adds a mention to the module to be imported for the procedures introduced in this section of the documentation.. Co-authored-by: Ludovic Courtès --- doc/ref/sxml.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi index 7e3ca65e3..003309d54 100644 --- a/doc/ref/sxml.texi +++ b/doc/ref/sxml.texi @@ -475,14 +475,14 @@ where :: x [] -> @end smallexample -The pre-post-order function visits the nodes and nodelists -pre-post-order (depth-first). For each @code{} of the form -@code{(@var{name} ...)}, it looks up an association with the -given @var{name} among its @var{}. If failed, -@code{pre-post-order} tries to locate a @code{*default*} binding. It's -an error if the latter attempt fails as well. Having found a binding, -the @code{pre-post-order} function first checks to see if the binding is -of the form +The @code{pre-post-order} function, in the @code{(sxml transform)} +module, visits the nodes and nodelists pre-post-order (depth-first). +For each @code{} of the form @code{(@var{name} ...)}, it +looks up an association with the given @var{name} among its +@var{}. If failed, @code{pre-post-order} tries to locate a +@code{*default*} binding. It's an error if the latter attempt fails as +well. Having found a binding, the @code{pre-post-order} function first +checks to see if the binding is of the form @smallexample ( *preorder* . ) -- cgit v1.2.1