(SRFI-0): Add cond-expand index entry.

(SRFI-9): Add define-record-type index entry.
This commit is contained in:
Kevin Ryde 2003-07-18 00:51:42 +00:00
commit 7ea6af079e

View file

@ -69,6 +69,7 @@ automatically (@pxref{Invoking Guile}).
@node SRFI-0
@section SRFI-0 - cond-expand
@cindex SRFI-0
@findex cond-expand
@c FIXME::martin: Review me!
@ -1082,6 +1083,7 @@ procedures easier. It is documented in @xref{Multiple Values}.
@node SRFI-9
@section SRFI-9 - define-record-type
@cindex SRFI-9
@findex define-record-type
This is the SRFI way for defining record types. The Guile
implementation is a layer above Guile's normal record construction