diff options
Diffstat (limited to 'doc/ref/guile.texi')
-rw-r--r-- | doc/ref/guile.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 9f3fe2d72..660b1ae90 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -13,7 +13,7 @@ @copying This manual documents Guile version @value{VERSION}. -Copyright (C) 1996-1997, 2000-2005, 2009-2020 Free Software Foundation, +Copyright (C) 1996-1997, 2000-2005, 2009-2021 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -299,8 +299,6 @@ available through both Scheme and C interfaces. * Initialization:: Initializing Guile. * Snarfing Macros:: Macros for snarfing initialization actions. * Data Types:: Representing values in Guile. -* Foreign Objects:: Defining new data types in C. -* Smobs:: Use foreign objects instead. * Procedures:: Procedures. * Macros:: Extending the syntax of Scheme. * Utility Functions:: General utility functions. @@ -314,6 +312,8 @@ available through both Scheme and C interfaces. * Memory Management:: Memory management and garbage collection. * Modules:: Designing reusable code libraries. * Foreign Function Interface:: Interacting with C procedures and data. +* Foreign Objects:: Defining new data types in C. +* Smobs:: Use foreign objects instead. * Scheduling:: Threads, mutexes, asyncs and dynamic roots. * Options and Config:: Configuration, features and runtime options. * Other Languages:: Emacs Lisp, ECMAScript, and more. @@ -328,8 +328,6 @@ available through both Scheme and C interfaces. @include api-init.texi @include api-snarf.texi @include api-data.texi -@include api-foreign-objects.texi -@include api-smobs.texi @include api-procedures.texi @include api-macros.texi @include api-utility.texi @@ -343,6 +341,8 @@ available through both Scheme and C interfaces. @include api-memory.texi @include api-modules.texi @include api-foreign.texi +@include api-foreign-objects.texi +@include api-smobs.texi @include api-scheduling.texi @c object orientation support here @include api-options.texi |