--- scheme-compound.texi.~1.9.~ 2003-06-05 01:29:27.000000000 +1000 +++ scheme-compound.texi 2003-07-17 09:29:40.000000000 +1000 @@ -239,8 +239,11 @@ @code{list}. @end deffn address@hidden C Function scm_cons_star(arg1,rest) used to be documented here, address@hidden but it's not really a useful interface, since it expects the address@hidden caller to have already consed up all but the first argument. address@hidden @deffn {Scheme Procedure} cons* arg1 arg2 @dots{} address@hidden {C Function} scm_cons_star (arg1, rest) Like @code{list}, but the last arg provides the tail of the constructed list, returning @code{(cons @var{arg1} (cons @var{arg2} (cons @dots{} @var{argn})))}. Requires at least one