guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/doc/goops goops.texi


From: Thien-Thi Nguyen
Subject: guile/guile-core/doc/goops goops.texi
Date: Mon, 03 Dec 2001 06:26:19 -0500

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Thien-Thi Nguyen <address@hidden>       01/12/03 06:26:18

Modified files:
        guile-core/doc/goops: goops.texi 

Log message:
        Grammar fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/goops/goops.texi.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.2.2.3&tr2=1.2.2.4&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/goops/goops.texi
diff -c guile/guile-core/doc/goops/goops.texi:1.3 
guile/guile-core/doc/goops/goops.texi:1.4
*** guile/guile-core/doc/goops/goops.texi:1.3   Mon Aug 27 17:25:44 2001
--- guile/guile-core/doc/goops/goops.texi       Mon Dec  3 06:24:44 2001
***************
*** 92,100 ****
  
  * Tutorial::
  
! * Index::                       
! * Concept Index::               
! * Function and Variable Index::  
  @end menu
  
  @iftex
--- 92,100 ----
  
  * Tutorial::
  
! * Index::
! * Concept Index::
! * Function and Variable Index::
  @end menu
  
  @iftex
***************
*** 136,142 ****
  
  @node Running GOOPS, Methods, Getting Started, Getting Started
  @subsection Running GOOPS
!  
  @enumerate
  @item
  Type
--- 136,142 ----
  
  @node Running GOOPS, Methods, Getting Started, Getting Started
  @subsection Running GOOPS
! 
  @enumerate
  @item
  Type
***************
*** 277,283 ****
  
  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
  provides definitions for these terms.
  
  @menu
--- 277,283 ----
  
  In general, this reference manual assumes familiarity with standard
  object oriented concepts and terminology.  However, some of the terms
! used in GOOPS are less well known, so the Terminology subsection
  provides definitions for these terms.
  
  @menu
***************
*** 1121,1127 ****
    (c #:allocation #:batched)
    ...
    #:metaclass <batched-allocation-metaclass>)
! @end example       
  
  The usage of @code{compute-getter-method} and @code{compute-setter-method}
  is described in @ref{MOP Specification}.
--- 1121,1127 ----
    (c #:allocation #:batched)
    ...
    #:metaclass <batched-allocation-metaclass>)
! @end example
  
  The usage of @code{compute-getter-method} and @code{compute-setter-method}
  is described in @ref{MOP Specification}.
***************
*** 2687,2693 ****
  @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 
  @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.
--- 2687,2693 ----
  @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
  @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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]