1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

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.
This commit is contained in:
Mark H Weaver 2011-03-01 13:46:08 -05:00
parent 18d78c5e35
commit e3c15cf7a6

View file

@ -1104,9 +1104,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