From e1bc8c34d32f4350c9db66922d0c366cb6fdb807 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 3 Nov 2003 00:53:08 +0000 Subject: [PATCH] * misc-modules.texi (File Tree Walk): New chapter. * guile.texi: Add it. --- 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 ce25a7f6c..96060e614 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -129,7 +129,7 @@ notice identical to this one except for the removal of this paragraph @comment The title is printed in a large font. @title Guile Reference Manual @subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION} -@subtitle $Id: guile.texi,v 1.24 2003-08-29 23:02:36 kryde Exp $ +@subtitle $Id: guile.texi,v 1.25 2003-11-03 00:53:08 kryde Exp $ @c AUTHORS @@ -270,6 +270,7 @@ Part V: Guile Modules * Pretty Printing:: Nicely formatting Scheme objects for output. * Formatted Output:: The @code{format} procedure. * Rx Regexps:: The Rx regular expression library. +* File Tree Walk:: Traversing the file system. * Expect:: Controlling interactive programs with Guile. * The Scheme shell (scsh):: Using scsh interfaces in Guile.