1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* misc-modules.texi (File Tree Walk): New chapter.

* guile.texi: Add it.
This commit is contained in:
Kevin Ryde 2003-11-03 00:53:08 +00:00
parent 6da1534c0b
commit e1bc8c34d3

View file

@ -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.