summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-21 16:47:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-21 16:47:46 -0700
commit3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c (patch)
treea70f7ae26d8314d94e4dddc72e0947bf4e6003e7 /txr.1
parent551a986c12660fa5a4b36fe22262e7d5255c9994 (diff)
downloadtxr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.tar.gz
txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.tar.bz2
txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.zip
* arith.c (divi): New function.
* eval.c (eval_init): divi registered as / intrinsic. * lib.h (divi): Declared. * txr.1: divi added to stub heading. * txr.vim: / operator highlighted.
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 ab0fd70b..685c5f82 100644
--- a/txr.1
+++ b/txr.1
@@ -6641,7 +6641,7 @@ symbols, packages, or streams are equal if they are the same hash.
Certain object types have a custom equal function.
-.SS Arithmetic functions +, -, *, trunc, mod, expt, sqrt
+.SS Arithmetic functions +, -, *, /, trunc, mod, expt, sqrt
.SS Arithmetic function exptmod