1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

Fix typo in fold-layout documentation

* doc/ref/sxml.texi (SXML Tree Fold): Fix minor typo.  Fixes
  https://bugs.gnu.org/26188.
This commit is contained in:
Andy Wingo 2017-04-19 15:56:47 +02:00
parent e264860718
commit 0aa0281979

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual. @c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 2013 Free Software Foundation, Inc. @c Copyright (C) 2013, 2017 Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions. @c See the file guile.texi for copying conditions.
@c SXPath documentation based on SXPath.scm by Oleg Kiselyov, @c SXPath documentation based on SXPath.scm by Oleg Kiselyov,
@ -580,7 +580,7 @@ A traversal combinator in the spirit of @code{pre-post-order}.
@example @example
bindings := (<binding>...) bindings := (<binding>...)
binding := (<tag> <bandler-pair>...) binding := (<tag> <handler-pair>...)
| (*default* . <post-handler>) | (*default* . <post-handler>)
| (*text* . <text-handler>) | (*text* . <text-handler>)
tag := <symbol> tag := <symbol>