doc edits

svn: r6287
This commit is contained in:
Matthew Flatt 2007-05-25 01:47:29 +00:00
parent e7b115cd58
commit 56f636d0c8

View File

@ -5,7 +5,7 @@
@interaction-eval[(require (lib "list.ss"))]
@title{The Truth about Pairs, Lists, and Scheme Syntax}
@title{Pairs, Lists, and Scheme Syntax}
The @scheme[cons] procedure actually accepts any two values, not just
a list for the second argument. When the second argument is not