Minor typo fix.
This commit is contained in:
parent
02f8b8e4dd
commit
90933d82b2
|
@ -34,7 +34,7 @@ nilp(lst): (Boolean) is list an empty list?
|
||||||
|
|
||||||
pairp(lst): (Boolean) is this a cell object?
|
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
|
list:(a, b, ...): Construct a list out of the arguments
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue