summaryrefslogtreecommitdiff
path: root/doc/ref/preface.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/preface.texi')
-rw-r--r--doc/ref/preface.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ref/preface.texi b/doc/ref/preface.texi
index 7a89069fe..8552d388b 100644
--- a/doc/ref/preface.texi
+++ b/doc/ref/preface.texi
@@ -22,7 +22,7 @@ use Guile in many useful and interesting ways.
@node Manual Layout
@section Layout of this Manual
-The manual is divided into five chapters.
+The manual is divided into the following chapters.
@table @strong
@item Chapter 1: Introduction to Guile
@@ -58,6 +58,10 @@ Describes some important modules, distributed as part of the Guile
distribution, that extend the functionality provided by the Guile
Scheme core.
+@item Chapter 6: GOOPS
+Describes GOOPS, an object oriented extension to Guile that provides
+classes, multiple inheritance and generic functions.
+
@end table
@@ -141,6 +145,9 @@ filling out a lot of the documentation of Scheme data types, control
mechanisms and procedures. In addition, he wrote the documentation
for Guile's SRFI modules and modules associated with the Guile REPL.
+The chapter on GOOPS was written by Christian Lynbech, Mikael
+Djurfeldt and Neil Jerram.
+
@node Guile License
@section The Guile License
@cindex copying