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.11-35-g43191


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-35-g43191a3
Date: Fri, 06 Jun 2014 20:38:57 +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=43191a31a5f15729acbde3fa58f750021977a9f9

The branch, stable-2.0 has been updated
       via  43191a31a5f15729acbde3fa58f750021977a9f9 (commit)
      from  d86a0631585ba887cd8635001f3a2c8d000c6517 (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 43191a31a5f15729acbde3fa58f750021977a9f9
Author: Taylan Ulrich B <address@hidden>
Date:   Thu Jun 5 19:27:53 2014 +0200

    R6RS library documentation fix
    
    * doc/ref/api-modules.texi (R6RS Libraries): Move 'export' before
      'import' in the example library form, as required by R6RS.

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

Summary of changes:
 doc/ref/api-modules.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 286a37d..0f54e01 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -584,8 +584,8 @@ expression:
 
 @lisp
   (library (mylib (1 2))
-    (import (otherlib (3)))
-    (export mybinding))
+    (export mybinding)
+    (import (otherlib (3))))
 @end lisp
 
 is equivalent to the module definition:


hooks/post-receive
-- 
GNU Guile



reply via email to

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