diff options
author | Mark H Weaver <mhw@netris.org> | 2013-04-04 03:16:42 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-04-04 03:21:40 -0400 |
commit | 71539c1cd3bf16dfdb87dc6c0c5f4238ebf8dcd9 (patch) | |
tree | ebe0f579841456d0e936e086ca2e219e09b4c45b /doc/ref/r6rs.texi | |
parent | 412053922501e2e9cac7fc0c1b91de8fc3aa375a (diff) | |
download | guile-71539c1cd3bf16dfdb87dc6c0c5f4238ebf8dcd9.tar.gz |
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'.
Diffstat (limited to 'doc/ref/r6rs.texi')
-rw-r--r-- | doc/ref/r6rs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi index b18377135..9c5984b39 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; -@xref{Records}, and @ref{SRFI-9}, for a description of those +@xref{Records}, and @ref{SRFI-9 Records}, for a description of those interfaces. As with SRFI-9 and Guile's native records, R6RS records are constructed |