mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(What is libguile): Correction to
reference manual "Data representation" cross reference.
This commit is contained in:
parent
eab8f8b208
commit
8d20b7af9e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue