From 8d20b7af9e4789d9dacfffcf706b65fe39d06bf5 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 28 Jul 2004 23:52:17 +0000 Subject: [PATCH] (What is libguile): Correction to reference manual "Data representation" cross reference. --- doc/tutorial/guile-tut.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorial/guile-tut.texi b/doc/tutorial/guile-tut.texi index cbbf46965..f904c7d61 100644 --- a/doc/tutorial/guile-tut.texi +++ b/doc/tutorial/guile-tut.texi @@ -34,7 +34,7 @@ @page @vskip 0pt plus 1filll -Copyright @copyright{} 1997, 1998 Free Software Foundation +Copyright @copyright{} 1997, 1998, 2004 Free Software Foundation Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -60,7 +60,7 @@ by the author. @ifinfo This file gives a tutorial introduction to Guile. -Copyright (C) 1997 Free Software Foundation +Copyright (C) 1997, 2004 Free Software Foundation Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -941,8 +941,8 @@ more stable, because it is simpler. The @code{scm_} interface is necessary if you want to poke into the innards of Scheme data structures, or do anything else that is not offered by the @code{gh_} interface. It is not covered in this -tutorial, but is covered extensively in @ref{Scheme data representation, -Guile Reference Manual, guile-ref, Guile Reference Manual}. +tutorial, but is covered extensively in @ref{Data representation,, Data +Representation in Guile, guile, Guile Reference Manual}. This chapter gives a gentle introduction to the @code{gh_} interface, presenting some @emph{hello world}-style programs which I wrote while