diff options
author | Mark H Weaver <mhw@netris.org> | 2011-03-01 13:46:08 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2011-03-08 17:53:03 -0500 |
commit | 5d344028fbf8b3e764549d975b20aa20ae316aa9 (patch) | |
tree | e51a4faa458888ed862232acd41df670f2f126cc | |
parent | 0655c9eb290002097f840f7d543875d6c93df089 (diff) | |
download | guile-5d344028fbf8b3e764549d975b20aa20ae316aa9.tar.gz |
Remove incorrect footnote from GOOPS manual
* doc/ref/goops.texi (Inheritance): Remove footnote which incorrectly
stated that <complex> was not shown in the class hierarchy figure.
-rw-r--r-- | doc/ref/goops.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ref/goops.texi b/doc/ref/goops.texi index 3bebd8f5b..452c88b6b 100644 --- a/doc/ref/goops.texi +++ b/doc/ref/goops.texi @@ -1085,9 +1085,7 @@ Those class definitions define a hierarchy which is shown in @ref{fig:hier}. In this figure, the class @code{<top>} is also shown; this class is the superclass of all Scheme objects. In particular, @code{<top>} is the superclass of all standard Scheme -types.@footnote{@code{<complex>}, which is the direct subclass of -@code{<number>} and the direct superclass of @code{<real>}, has been -omitted in this figure.} +types. @float Figure,fig:hier @iftex |