From 840efb8549f534ecefca2e117453bac0f12f42c2 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 4 Oct 2006 21:40:24 +0000 Subject: [PATCH] (Buffered Input): New section, describing (ice-9 buffered-input). --- doc/ref/guile.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 8a9fbdcf6..0487dccb5 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -137,7 +137,7 @@ x @comment The title is printed in a large font. @title Guile Reference Manual @subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION} -@c @subtitle $Id: guile.texi,v 1.44 2005-06-22 23:42:23 kryde Exp $ +@c @subtitle $Id: guile.texi,v 1.44.2.1 2006-10-04 21:40:24 kryde Exp $ @c See preface.texi for the list of authors @author The Guile Developers @@ -344,6 +344,7 @@ available through both Scheme and C interfaces. * File Tree Walk:: Traversing the file system. * Queues:: First-in first-out queuing. * Streams:: Sequences of values. +* Buffered Input:: Ports made from a reader function. * Expect:: Controlling interactive programs with Guile. * The Scheme shell (scsh):: Using scsh interfaces in Guile. @end menu