Minor typo fix.

This commit is contained in:
Elf M. Sternberg 2015-06-23 13:11:09 -07:00
parent 02f8b8e4dd
commit 90933d82b2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ nilp(lst): (Boolean) is list an empty list?
pairp(lst): (Boolean) is this a cell object?
listp(lst): (Boolean) si this a list object?
listp(lst): (Boolean) is this a list object?
list:(a, b, ...): Construct a list out of the arguments