summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-07-28 23:52:17 +0000
committerKevin Ryde <user42@zip.com.au>2004-07-28 23:52:17 +0000
commit8d20b7af9e4789d9dacfffcf706b65fe39d06bf5 (patch)
tree652271354c6f1f7d8d47b4978ac67e23255c054c /doc/tutorial
parenteab8f8b2084b30eeebbb6372962cdc13149bfd7f (diff)
downloadguile-8d20b7af9e4789d9dacfffcf706b65fe39d06bf5.tar.gz
(What is libguile): Correction to
reference manual "Data representation" cross reference.
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/guile-tut.texi8
1 files 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