diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index c0d5eb18c..a94dcadf1 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2001-08-30 Neil Jerram + + * guile.texi (Top): Group all index nodes together so that + `Info-index' works more effectively in Info. Thanks to Eric + Hanchrow for the report and fix. + 2001-08-27 Neil Jerram * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS. diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 1e979a908..cd9d7689c 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -80,7 +80,7 @@ by the Free Software Foundation. @sp 10 @comment The title is printed in a large font. @title Guile Reference Manual -@subtitle $Id: guile.texi,v 1.2.2.3 2001-08-27 21:02:46 ossau Exp $ +@subtitle $Id: guile.texi,v 1.2.2.4 2001-08-30 20:21:43 ossau Exp $ @subtitle For use with Guile @value{VERSION} @c AUTHORS @@ -212,8 +212,6 @@ Part II: Guile Scheme * Debugging:: Internal debugging interface. * Deprecated:: Features that are planned to disappear. * Further Reading:: Where to find out more about Scheme programming. -* R5RS Index:: -* Guile Extensions Index:: Part III: Guile Modules @@ -257,6 +255,8 @@ Indices * Procedure Index:: * Variable Index:: * Type Index:: +* R5RS Index:: +* Guile Extensions Index:: @end menu