From 83add912dc09978c0ddfd1c05d469455379aa8e4 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 19 Sep 2017 12:50:43 +0100 Subject: [PATCH] Updated core functions (markdown) --- core-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-functions.md b/core-functions.md index 74aa4d3..ae9f4dd 100644 --- a/core-functions.md +++ b/core-functions.md @@ -6,7 +6,7 @@ Public. Takes an arbitrary number of arguments. Returns true if all are readable # (atom? arg) -Public. Takes one argument. Returns TRUE if that argument is neither a CONS cell nor a STRG cell, else NIL. +Public. Takes one argument. Returns TRUE if that argument is neither a CONS cell, a VECP, nor a STRG cell, else NIL. # (append args...)