Fix documentation for `cycle'.

Closes PR 11040.
This commit is contained in:
Eli Barzilay 2011-05-11 13:26:07 -04:00
parent 88dea4fae9
commit 7918d921ee

View File

@ -124,8 +124,8 @@ cond case
@defprocthing[identity]{Lazy identity function.} @defprocthing[identity]{Lazy identity function.}
@defprocthing[cycle]{Creates a lazy infinite list given a list of @defprocthing[cycle]{Creates a lazy infinite list that repeats its
elements to repeat in order.} input arguments in order.}
@; ---------------------------------------- @; ----------------------------------------