diff options
author | Brian Gough <bjg@network-theory.co.uk> | 2009-12-15 10:28:49 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-18 01:21:55 +0000 |
commit | 2c18ac5f8e89580c44596d9c7b8a870da26c8b24 (patch) | |
tree | 75d63a06aef4617112580460121357ad73d9d477 /doc/ref/scheme-intro.texi | |
parent | 6751d6db6bdf3303b82dd184249e570930a6c561 (diff) | |
download | guile-2c18ac5f8e89580c44596d9c7b8a870da26c8b24.tar.gz |
make the use of the 5-argument @xref command consistent
A few of the @xref references to external manuals in the documentation
are using an old 4-argument form that produces an undefined reference
in the printed manual. The following patch makes them consistent with
the 5-argument @xrefs used elsewhere in the manual.
--
Brian Gough
Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/
>From 6ca0417830dc5a98699a15808591dc1f2a90dfac Mon Sep 17 00:00:00 2001
From: Brian Gough <bjg@gnu.org>
Date: Mon, 14 Dec 2009 21:34:59 +0000
Subject: [PATCH] make the use of the 5-argument @xref command consistent
when referring to other manuals.
Diffstat (limited to 'doc/ref/scheme-intro.texi')
-rw-r--r-- | doc/ref/scheme-intro.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-intro.texi b/doc/ref/scheme-intro.texi index e3542d8a1..f8852d3dc 100644 --- a/doc/ref/scheme-intro.texi +++ b/doc/ref/scheme-intro.texi @@ -15,8 +15,8 @@ series of reports known as @dfn{RnRS}. @dfn{RnRS} is shorthand for the @ifnottex @dfn{Revised^n Report on the Algorithmic Language Scheme}. @end ifnottex -The current latest revision of RnRS is version 5 -(@pxref{Top,R5RS,,r5rs}), and Guile 1.4 is fully compliant with the +The current latest revision of RnRS is version 5 (@pxref{Top, +,Introduction,r5rs,R5RS}), and Guile 1.4 is fully compliant with the Scheme specification in this revision. But Guile, like most Scheme implementations, also goes beyond R5RS in |