diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 16ba3d880..2056a2ffa 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -137,7 +137,7 @@ x @comment The title is printed in a large font. @title Guile Reference Manual @subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION} -@c @subtitle $Id: guile.texi,v 1.36 2004-08-02 15:15:31 mvo Exp $ +@c @subtitle $Id: guile.texi,v 1.37 2004-09-23 18:45:54 mvo Exp $ @c See preface.texi for the list of authors @author The Guile Developers @@ -301,6 +301,7 @@ available through both Scheme and C interfaces. * Scheduling:: Threads, mutexes, asyncs and dynamic roots. * Options and Config:: Configuration, features and runtime options. * Translation:: Support for translating other languages. +* Internationalization:: Support for gettext, etc. * Debugging:: Internal debugging interface. * GH:: The deprecated GH interface. @end menu @@ -324,6 +325,7 @@ available through both Scheme and C interfaces. @c object orientation support here @include api-options.texi @include api-translation.texi +@include api-i18n.texi @include api-debug.texi @include gh.texi