summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-13 19:37:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-13 19:37:19 -0800
commit64b06932ed7d8dd8c904e66a70a53ae4c8ec4448 (patch)
tree643059d8904fda99b240ae6756100943a7a1c3e5 /txr.1
parentef47dfe4fcb7c1be369ae83221386b9da6474a1e (diff)
downloadtxr-64b06932ed7d8dd8c904e66a70a53ae4c8ec4448.tar.gz
txr-64b06932ed7d8dd8c904e66a70a53ae4c8ec4448.tar.bz2
txr-64b06932ed7d8dd8c904e66a70a53ae4c8ec4448.zip
* arith.c (evenp, oddp): New functions.
* eval.c (eval_init): New functions registered as intrinsics. * lib.h (evenp, oddp): Declared. * txr.1: Documentation stub updated.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index a5ebdc06..d2f58d4e 100644
--- a/txr.1
+++ b/txr.1
@@ -4815,7 +4815,7 @@ The following are Lisp functions and variables built-in to TXR.
.SS Functions fixnump, bignump, numberp
-.SS Function zerop
+.SS Functions zerop, evenp, oddp
.SS Relational functions >, <, >= and <=