From b4c4533eaf8d3994f24cddfb529dadff9187d877 Mon Sep 17 00:00:00 2001 From: Mark Harig Date: Sat, 23 Apr 2011 14:53:03 -0400 * Corrected some cross references that had parentheses around the node name, which made the cross references invalid. --- doc/ref/r6rs.texi | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi index bc569ed..5f31ef9 100644 --- a/doc/ref/r6rs.texi +++ b/doc/ref/r6rs.texi @@ -8,8 +8,8 @@ @section R6RS Support @cindex R6RS address@hidden Libraries}, for more information on how to define R6RS libraries, and -their integration with Guile modules. address@hidden Libraries}, for more information on how to define R6RS +libraries, and their integration with Guile modules. @menu * R6RS Incompatibilities:: Guile mostly implements R6RS. @@ -1584,7 +1584,7 @@ fixnum. @deffnx {Scheme Procedure} fxdiv0 fx1 fx2 @deffnx {Scheme Procedure} fxmod0 fx1 fx2 These procedures implement number-theoretic division on fixnums; address@hidden(rnrs base)}, for a description of their semantics. address@hidden base}, for a description of their semantics. @end deffn @deffn {Scheme Procedure} fx+/carry fx1 fx2 fx3 @@ -1770,7 +1770,7 @@ Returns the absolute value of @var{fl}. @deffnx {Scheme Procedure} fldiv0 fl1 fl2 @deffnx {Scheme Procedure} flmod0 fl1 fl2 These procedures implement number-theoretic division on flonums; address@hidden(rnrs base)}, for a description for their semantics. address@hidden base}, for a description for their semantics. @end deffn @deffn {Scheme Procedure} flnumerator fl @@ -1800,7 +1800,7 @@ library. @xref{Arithmetic}, for documentation. @deffnx {Scheme Procedure} flatan fl1 fl2 These procedures, which compute the usual transcendental functions, are the flonum variants of the procedures provided by the R6RS base library -(@pxref{(rnrs base)}). +(@pxref{rnrs base}). @end deffn @deffn {Scheme Procedure} flsqrt fl -- 1.7.4.4