mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-31 01:10:24 +02:00
* Group all index nodes together.
This commit is contained in:
parent
3de3fec11e
commit
8349f15cef
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +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.
|
||||||
|
|
||||||
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
|
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
|
* Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
|
||||||
|
|
|
@ -80,7 +80,7 @@ by the Free Software Foundation.
|
||||||
@sp 10
|
@sp 10
|
||||||
@comment The title is printed in a large font.
|
@comment The title is printed in a large font.
|
||||||
@title Guile Reference Manual
|
@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}
|
@subtitle For use with Guile @value{VERSION}
|
||||||
|
|
||||||
@c AUTHORS
|
@c AUTHORS
|
||||||
|
@ -212,8 +212,6 @@ Part II: Guile Scheme
|
||||||
* Debugging:: Internal debugging interface.
|
* Debugging:: Internal debugging interface.
|
||||||
* Deprecated:: Features that are planned to disappear.
|
* Deprecated:: Features that are planned to disappear.
|
||||||
* Further Reading:: Where to find out more about Scheme programming.
|
* Further Reading:: Where to find out more about Scheme programming.
|
||||||
* R5RS Index::
|
|
||||||
* Guile Extensions Index::
|
|
||||||
|
|
||||||
Part III: Guile Modules
|
Part III: Guile Modules
|
||||||
|
|
||||||
|
@ -257,6 +255,8 @@ Indices
|
||||||
* Procedure Index::
|
* Procedure Index::
|
||||||
* Variable Index::
|
* Variable Index::
|
||||||
* Type Index::
|
* Type Index::
|
||||||
|
* R5RS Index::
|
||||||
|
* Guile Extensions Index::
|
||||||
|
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue