diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 15:29:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 15:29:31 -0700 |
commit | 0ab41f3caba2bb60a876a400dbd206e73c844b29 (patch) | |
tree | f4c35526362d14dbef74b7314eb473a8c3efe164 /txr.1 | |
parent | 85370261a9c374e22ab6beadcc7c53663372f03e (diff) | |
download | txr-0ab41f3caba2bb60a876a400dbd206e73c844b29.tar.gz txr-0ab41f3caba2bb60a876a400dbd206e73c844b29.tar.bz2 txr-0ab41f3caba2bb60a876a400dbd206e73c844b29.zip |
* txr.1: Doc stubs for new functions floatp, integerp,
float-str, int-flo and flo-int.
* txr.vim: Highlighting for new functions.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6649,7 +6649,7 @@ Certain object types have a custom equal function. .SS Arithmetic function abs -.SS Functions fixnump, bignump, numberp +.SS Functions fixnump, bignump, integerp, floatp, numberp .SS Functions zerop, evenp, oddp @@ -6771,7 +6771,9 @@ Certain object types have a custom equal function. .SS Function string-lt -.SS Function int-str +.SS Functions int-str and float-str + +.SS Functions int-flo and flo-int .SS Function chrp |