guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-13-140-g1


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-13-140-g1dc43d5
Date: Mon, 06 Dec 2010 20:27:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=1dc43d57cc4f35bb67c175517554ce774ce339c2

The branch, master has been updated
       via  1dc43d57cc4f35bb67c175517554ce774ce339c2 (commit)
      from  67a72dc13c9d058730361449416ba88c4a6d5dcb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1dc43d57cc4f35bb67c175517554ce774ce339c2
Author: Neil Jerram <address@hidden>
Date:   Mon Dec 6 20:24:58 2010 +0000

    Minor textual markups
    
    * doc/ref/goops-tutorial.texi (Class definition): No reason to assume
      particular familiarity with CLOS.
      (Instance creation and slot access): Remove a couple of words.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/goops-tutorial.texi |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/doc/ref/goops-tutorial.texi b/doc/ref/goops-tutorial.texi
index 28ab868..52b2931 100644
--- a/doc/ref/goops-tutorial.texi
+++ b/doc/ref/goops-tutorial.texi
@@ -49,8 +49,7 @@ module.  You can do this at the Guile REPL by evaluating:
 @node Class definition
 @subsection Class definition
 
-A new class is defined with the @code{define-class} macro. The syntax
-of @code{define-class} is close to CLOS @code{defclass}:
+A new class is defined with the @code{define-class} syntax:
 
 @findex define-class
 @cindex class
@@ -95,12 +94,12 @@ superclass of @code{<real>}, and @code{<real>} is the 
superclass of
 @node Instance creation and slot access
 @subsection Instance creation and slot access
 
-Creation of an instance of a previously defined
-class can be done with the @code{make} procedure. This
-procedure takes one mandatory parameter which is the class of the
-instance which must be created and a list of optional
-arguments. Optional arguments are generally used to initialize some
-slots of the newly created instance. For instance, the following form
+Creation of an instance of a previously defined class can be done with
address@hidden  This procedure takes one mandatory parameter which is the
+class of the instance which must be created, and a list of optional
+arguments.  Optional arguments are generally used to initialize some of
+the slots of the newly created instance. For instance, the following
+form
 
 @findex make
 @cindex instance


hooks/post-receive
-- 
GNU Guile



reply via email to

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