guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix typo in fold-layout documentation


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix typo in fold-layout documentation
Date: Wed, 19 Apr 2017 09:58:36 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 0aa02819793426130f45ae0793476b1e28ab5a8d
Author: Andy Wingo <address@hidden>
Date:   Wed Apr 19 15:56:47 2017 +0200

    Fix typo in fold-layout documentation
    
    * doc/ref/sxml.texi (SXML Tree Fold): Fix minor typo.  Fixes
      https://bugs.gnu.org/26188.
---
 doc/ref/sxml.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 3b940bd..1912509 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.
address@hidden Copyright (C) 2013 Free Software Foundation, Inc.
address@hidden 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]