1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

(What is libguile): Correction to

reference manual "Data representation" cross reference.
This commit is contained in:
Kevin Ryde 2004-07-28 23:52:17 +00:00
parent eab8f8b208
commit 8d20b7af9e

View file

@ -34,7 +34,7 @@
@page @page
@vskip 0pt plus 1filll @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 Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice this manual provided the copyright notice and this permission notice
@ -60,7 +60,7 @@ by the author.
@ifinfo @ifinfo
This file gives a tutorial introduction to Guile. 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 Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice 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 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 innards of Scheme data structures, or do anything else that is not
offered by the @code{gh_} interface. It is not covered in this offered by the @code{gh_} interface. It is not covered in this
tutorial, but is covered extensively in @ref{Scheme data representation, tutorial, but is covered extensively in @ref{Data representation,, Data
Guile Reference Manual, guile-ref, Guile Reference Manual}. Representation in Guile, guile, Guile Reference Manual}.
This chapter gives a gentle introduction to the @code{gh_} interface, This chapter gives a gentle introduction to the @code{gh_} interface,
presenting some @emph{hello world}-style programs which I wrote while presenting some @emph{hello world}-style programs which I wrote while