diff options
Diffstat (limited to 'doc/tutorial/guile-tut.texi')
-rw-r--r-- | doc/tutorial/guile-tut.texi | 8 |
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 |