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.