From ddee39a16b61b11f15297cc3670e24d4f3fccca4 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 3 Dec 2001 11:24:44 +0000 Subject: [PATCH] Grammar fix. --- doc/goops/goops.texi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/goops/goops.texi b/doc/goops/goops.texi index 2e1909f36..230bd3eb2 100644 --- a/doc/goops/goops.texi +++ b/doc/goops/goops.texi @@ -92,9 +92,9 @@ The GOOPS tutorial * Tutorial:: -* Index:: -* Concept Index:: -* Function and Variable Index:: +* Index:: +* Concept Index:: +* Function and Variable Index:: @end menu @iftex @@ -136,7 +136,7 @@ info (goops.info) and texinfo format. @node Running GOOPS, Methods, Getting Started, Getting Started @subsection Running GOOPS - + @enumerate @item Type @@ -277,7 +277,7 @@ concerned with internals and customization. In general, this reference manual assumes familiarity with standard object oriented concepts and terminology. However, some of the terms -used in GOOPS is less well known, so the Terminology subsection +used in GOOPS are less well known, so the Terminology subsection provides definitions for these terms. @menu @@ -1121,7 +1121,7 @@ allocation to do this. (c #:allocation #:batched) ... #:metaclass ) -@end example +@end example The usage of @code{compute-getter-method} and @code{compute-setter-method} is described in @ref{MOP Specification}. @@ -2687,7 +2687,7 @@ Actually it sometimes calls @code{change-class} and sometimes @code{change-object-class}, and I don't understand why. ] The default @code{change-class} method copies slot values from the old -to the modified instance, and initializes new slots, as described in +to the modified instance, and initializes new slots, as described in @ref{Changing the Class of an Instance}. After doing so, it makes a generic function invocation that can be used to customize the instance update algorithm.