diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 7206f31ea..e3b3bbcc6 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,5 +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. + * scheme-data.texi (Random, String Syntax, String Modification, Regular Expressions), scheme-ideas.texi (Definition), scheme-modules.texi (Dynamic Linking and Compiled Code Modules), diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 834405d18..a47956a3a 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.3 2001-08-27 21:25:44 ossau Exp $ +@subtitle $Id: guile.texi,v 1.4 2001-08-30 20:19:20 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