fix remq example

svn: r18337
This commit is contained in:
Jon Rafkind 2010-02-25 17:14:58 +00:00
parent 24d76d0e82
commit 2f6c2377f9

View File

@ -415,7 +415,7 @@ Returns a list that is like @scheme[lst], omitting the first element
Returns @scheme[(remove v lst eq?)].
@mz-examples[
(remq (list 1 2) (list 1 2 3 4 5))
(remq 2 (list 1 2 3 4 5))
]}