diff options
Diffstat (limited to 'doc/ref/srfi-modules.texi')
-rw-r--r-- | doc/ref/srfi-modules.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index c2b19fd9c..2ab9c7a63 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -4193,7 +4193,7 @@ This SRFI extends RnRS @code{cond} to support test expressions that return multiple values, as well as arbitrary definitions of test success. SRFI 61 is implemented in the Guile core; there's no module needed to get SRFI-61 itself. Extended @code{cond} is documented in -@ref{if cond case,, Simple Conditional Evaluation}. +@ref{Conditionals,, Simple Conditional Evaluation}. @node SRFI-67 @subsection SRFI-67 - Compare procedures |