diff options
Diffstat (limited to 'doc/ref/guile.texi')
-rw-r--r-- | doc/ref/guile.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 627c8cbb2..992ca28c4 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.46 2006-08-01 21:51:12 ossau Exp $ +@c @subtitle $Id: guile.texi,v 1.47 2006-10-09 22:45:02 kryde Exp $ @c See preface.texi for the list of authors @author The Guile Developers @@ -347,6 +347,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 |