summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-11-03 00:53:08 +0000
committerKevin Ryde <user42@zip.com.au>2003-11-03 00:53:08 +0000
commite1bc8c34d32f4350c9db66922d0c366cb6fdb807 (patch)
treed339122624a18a1470f3f6e901e57b786e34f73f
parent6da1534c0bfb9641cc4ac1b03e35f9e133678e44 (diff)
downloadguile-e1bc8c34d32f4350c9db66922d0c366cb6fdb807.tar.gz
* misc-modules.texi (File Tree Walk): New chapter.
* guile.texi: Add it.
-rw-r--r--doc/ref/guile.texi3
1 files changed, 2 insertions, 1 deletions
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.