From 089a0a349eddcbcd6b6dfe706207c9aa4bf6ccf2 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 23 Sep 2004 18:45:54 +0000 Subject: [PATCH] * api-i18n.texi: New file. * Makefile.am (guile_TEXINFOS): Added it. * guile.texi: Include it. --- doc/ref/guile.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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