1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* Group all index nodes together.

This commit is contained in:
Neil Jerram 2001-08-30 20:19:20 +00:00
parent 6c997de266
commit 255ea78443
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
* 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),

View file

@ -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