unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Fulbert <fulbert@bluewin.ch>
To: 57778@debbugs.gnu.org
Subject: bug#57778: [PATCH] * 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.
Date: Tue, 13 Sep 2022 19:21:59 +0200	[thread overview]
Message-ID: <YyC8Ny7MhzFiVv/I@bluewin.ch> (raw)

Small change proposal in attached patch to give some direction on module
to use for functions discussed in the (7.21.4 Transforming SXML) section
of the documentation.

---
 doc/ref/sxml.texi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 7e3ca65e3..622e93291 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -475,14 +475,14 @@ where
  <handler> :: <trigger-symbol> x [<tree>] -> <new-tree>
 @end smallexample
 
-The pre-post-order function visits the nodes and nodelists
-pre-post-order (depth-first).  For each @code{<Node>} of the form
-@code{(@var{name} <Node> ...)}, it looks up an association with the
-given @var{name} among its @var{<bindings>}.  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 pre-post-order function, in (sxml transform) module, visits the
+nodes and nodelists pre-post-order (depth-first).  For each
+@code{<Node>} of the form @code{(@var{name} <Node> ...)}, it looks up an
+association with the given @var{name} among its @var{<bindings>}.  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 
 	(<trigger-symbol> *preorder* . <handler>)
-- 
2.37.3






             reply	other threads:[~2022-09-13 17:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 17:21 Fulbert [this message]
2022-10-01 13:49 ` bug#57778: [PATCH] * 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 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YyC8Ny7MhzFiVv/I@bluewin.ch \
    --to=fulbert@bluewin.ch \
    --cc=57778@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).