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.7-287-g71539


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-287-g71539c1
Date: Thu, 04 Apr 2013 07:39:47 +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=71539c1cd3bf16dfdb87dc6c0c5f4238ebf8dcd9

The branch, stable-2.0 has been updated
       via  71539c1cd3bf16dfdb87dc6c0c5f4238ebf8dcd9 (commit)
      from  412053922501e2e9cac7fc0c1b91de8fc3aa375a (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 71539c1cd3bf16dfdb87dc6c0c5f4238ebf8dcd9
Author: Mark H Weaver <address@hidden>
Date:   Thu Apr 4 03:16:42 2013 -0400

    Cross reference 'SRFI-9 Records' directly instead of 'SRFI-9'.
    
    * doc/ref/api-compound.texi (Record Overview, Records):
      doc/ref/api-modules.texi (Included Guile Modules):
      doc/ref/r6rs.texi (R6RS Records): Cross reference 'SRFI-9 Records'
      directly instead of 'SRFI-9'.

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

Summary of changes:
 doc/ref/api-compound.texi |    8 ++++----
 doc/ref/api-modules.texi  |    3 ++-
 doc/ref/r6rs.texi         |    4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 641245a..699e760 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -2211,9 +2211,9 @@ different trade-offs.  Over the years, each ``standard'' 
has also come
 with its own new record interface, leading to a maze of record APIs.
 
 At the highest level is SRFI-9, a high-level record interface
-implemented by most Scheme implementations (@pxref{SRFI-9}).  It defines
-a simple and efficient syntactic abstraction of record types and their
-associated type predicate, fields, and field accessors.  SRFI-9 is
+implemented by most Scheme implementations (@pxref{SRFI-9 Records}).  It
+defines a simple and efficient syntactic abstraction of record types and
+their associated type predicate, fields, and field accessors.  SRFI-9 is
 suitable for most uses, and this is the recommended way to create record
 types in Guile.  Similar high-level record APIs include SRFI-35
 (@pxref{SRFI-35}) and R6RS records (@pxref{rnrs records syntactic}).
@@ -2451,7 +2451,7 @@ data type.  A @dfn{record} is an instance of a record 
type.
 
 Note that in many ways, this interface is too low-level for every-day
 use.  Most uses of records are better served by SRFI-9 records.
address@hidden
address@hidden Records}.
 
 @deffn {Scheme Procedure} record? obj
 Return @code{#t} if @var{obj} is a record of any type and @code{#f}
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 4a4011d..6b02db1 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -1144,7 +1144,8 @@ Support for some additional string port procedures 
(@pxref{SRFI-6}).
 Multiple-value handling with @code{receive} (@pxref{SRFI-8}).
 
 @item (srfi srfi-9)
-Record definition with @code{define-record-type} (@pxref{SRFI-9}).
+Record definition with @code{define-record-type} (@pxref{SRFI-9
+Records}).
 
 @item (srfi srfi-10)
 Read hash extension @code{#,()} (@pxref{SRFI-10}).
diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi
index b183771..9c5984b 100644
--- a/doc/ref/r6rs.texi
+++ b/doc/ref/r6rs.texi
@@ -826,11 +826,11 @@ This form is identical to the one provided by Guile's 
core library.
 @node R6RS Records
 @subsubsection R6RS Records
 
-The manual sections below describe Guile's implementation of R6RS 
+The manual sections below describe Guile's implementation of R6RS
 records, which provide support for user-defined data types.  The R6RS
 records API provides a superset of the features provided by Guile's
 ``native'' records, as well as those of the SRFI-9 records API;
address@hidden, and @ref{SRFI-9}, for a description of those
address@hidden, and @ref{SRFI-9 Records}, for a description of those
 interfaces.
 
 As with SRFI-9 and Guile's native records, R6RS records are constructed


hooks/post-receive
-- 
GNU Guile



reply via email to

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