diff options
author | Andy Wingo <wingo@pobox.com> | 2017-04-19 15:56:47 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-04-19 15:56:47 +0200 |
commit | 0aa02819793426130f45ae0793476b1e28ab5a8d (patch) | |
tree | 6d1496c3bbba6fb8ea3443b676037384255a3956 /doc | |
parent | e264860718bfde6c578a64c5bd3d0907640d1b3e (diff) |
Fix typo in fold-layout documentation
* doc/ref/sxml.texi (SXML Tree Fold): Fix minor typo. Fixes
https://bugs.gnu.org/26188.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ref/sxml.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi index 3b940bd3e..19125091c 100644 --- a/doc/ref/sxml.texi +++ b/doc/ref/sxml.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @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 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 bindings := (<binding>...) -binding := (<tag> <bandler-pair>...) +binding := (<tag> <handler-pair>...) | (*default* . <post-handler>) | (*text* . <text-handler>) tag := <symbol> |