clarify docs a bit

db4
Doug Coleman 2009-03-04 15:04:55 -06:00
parent 992d1f4d13
commit b05737f5f1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ARTICLE: { "lists" "protocol" } "The list protocol"
{ $subsection cdr }
{ $subsection nil? } ;
ARTICLE: { "lists" "strict" } "Strict lists"
ARTICLE: { "lists" "strict" } "Constructing strict lists"
"Strict lists are simply cons cells where the car and cdr have already been evaluated. These are the lists of Lisp. To construct a strict list, the following words are provided:"
{ $subsection cons }
{ $subsection swons }