diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-12 20:56:18 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-12 20:56:18 -0700 |
commit | 50e96f5b8e281aa46cc7a3b4beef1f2fa96d3b81 (patch) | |
tree | 99f9cd252a625c558f01dd8e4af9a8ab2c5f6de2 /txr.1 | |
parent | b0bd42d32276eb37cbd6175915c9e5ada6213486 (diff) | |
download | txr-50e96f5b8e281aa46cc7a3b4beef1f2fa96d3b81.tar.gz txr-50e96f5b8e281aa46cc7a3b4beef1f2fa96d3b81.tar.bz2 txr-50e96f5b8e281aa46cc7a3b4beef1f2fa96d3b81.zip |
buf: new bufp function.
* buf.c (bufp): New function.
(buf_init): Registered bufp intrisic.
* buf.h (bufp): Declared.
* txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -52756,6 +52756,22 @@ the buffer. If an argument is specified, its value must not be less than .metn len . +.coNP Function @ bufp +.synb +.mets (bufp << object ) +.syne +.desc +The +.code bufp +function returns +.code t +if +.meta object +is a +.codn buf , +otherwise it returns +.codn nil . + .coNP Function @ length-buf .synb .mets (length-buf << buf ) |