fix typo in examples

svn: r14952
This commit is contained in:
Eli Barzilay 2009-05-23 07:35:39 +00:00
parent 0b5a8d8123
commit 2b7e836243

View File

@ -517,7 +517,8 @@ Returns the last pair of a (possibly improper) list.}
Returns a newly constructed list of length @scheme[k], holding
@scheme[v] in all positions.
@mz-examples[(make-list 7 'foo)]}
@mz-examples[#:eval list-eval
(make-list 7 'foo)]}
@defproc[(take [lst any/c] [pos exact-nonnegative-integer?]) list?]{
Returns a fresh list whose elements are the first @scheme[pos] elements of