guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-3-g21b6df3


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-3-g21b6df3
Date: Wed, 06 Jul 2011 16:21:21 +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=21b6df302fbc372a4b359f73a7441752cd6c1306

The branch, stable-2.0 has been updated
       via  21b6df302fbc372a4b359f73a7441752cd6c1306 (commit)
      from  0adcd1bd939cb94691b15e585623b768041c058c (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 21b6df302fbc372a4b359f73a7441752cd6c1306
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 6 18:21:07 2011 +0200

    doc: Fix `merge-generics' example.
    
    * doc/ref/goops.texi (Merging Generics): Change (my-module) example to
      use (oop goops) and use the right syntax for #:duplicates.  Reported
      by David Pirotte <address@hidden>.

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

Summary of changes:
 doc/ref/goops.texi |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/ref/goops.texi b/doc/ref/goops.texi
index 362a6e3..10192eb 100644
--- a/doc/ref/goops.texi
+++ b/doc/ref/goops.texi
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
address@hidden Copyright (C)  2008, 2009
address@hidden Copyright (C)  2008, 2009, 2011
 @c   Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
@@ -822,9 +822,10 @@ Here is an example:
   #:export (x y z ...))
 
 (define-module (my-module)
+  #:use-module (oop goops)
   #:use-module (math 2D-vectors)
   #:use-module (math 3D-vectors)
-  #:duplicates merge-generics)
+  #:duplicates (merge-generics))
 @end lisp
 
 The generic function @code{x} in @code{(my-module)} will now incorporate


hooks/post-receive
-- 
GNU Guile



reply via email to

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