X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/9813088c2809a8462ea2a0994ff1849d67690f62..caa3d99be9932077230303a5571697f7d45f3da2:/doc/ref/guile.texi diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 9c6deb667..d7a265f6b 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -14,7 +14,7 @@ This manual documents Guile version @value{VERSION}. Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2009, -2010, 2011 Free Software Foundation. +2010, 2011, 2012, 2013, 2014 Free Software Foundation. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -177,7 +177,6 @@ x * API Reference:: * Guile Modules:: -* Standard Library:: * GOOPS:: @@ -370,6 +369,10 @@ available through both Scheme and C interfaces. * Expect:: Controlling interactive programs with Guile. * sxml-match:: Pattern matching of SXML. * The Scheme shell (scsh):: Using scsh interfaces in Guile. +* Curried Definitions:: Extended @code{define} syntax. +* Statprof:: An easy-to-use statistical profiler. +* SXML:: Parsing, transforming, and serializing XML. +* Texinfo Processing:: Munging documents written in Texinfo. @end menu @include slib.texi @@ -387,13 +390,11 @@ available through both Scheme and C interfaces. @include sxml-match.texi @include scsh.texi +@include curried.texi -@node Standard Library -@chapter Standard Library - -@lowersections -@include standard-library.texi -@raisesections +@include statprof.texi +@include sxml.texi +@include texinfo.texi @include goops.texi