/[guile]/guile/guile-core/doc/ref/srfi-modules.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/srfi-modules.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by kryde, Fri Aug 29 23:30:00 2003 UTC revision 1.22 by kryde, Sat Sep 13 00:01:48 2003 UTC
# Line 215  index.  The order in which @var{init-pro Line 215  index.  The order in which @var{init-pro
215  is not specified.  is not specified.
216  @end deffn  @end deffn
217    
218    @deffn {Scheme Procedure} list-copy lst
219    Return a new list containing the elements of the list @var{lst}.
220    
221    This function differs from the core @code{list-copy} (@pxref{List
222    Constructors}) in accepting improper lists too.  And if @var{lst} is
223    not a pair at all then it's treated as the final tail of an improper
224    list and simply returned.
225    @end deffn
226    
227  @deffn {Scheme Procedure} circular-list elt1 elt2 @dots{}  @deffn {Scheme Procedure} circular-list elt1 elt2 @dots{}
228  Return a circular list containing the given arguments @var{elt1}  Return a circular list containing the given arguments @var{elt1}
229  @var{elt2} @dots{}.  @var{elt2} @dots{}.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26