summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-12 20:56:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-12 20:56:18 -0700
commit50e96f5b8e281aa46cc7a3b4beef1f2fa96d3b81 (patch)
tree99f9cd252a625c558f01dd8e4af9a8ab2c5f6de2 /txr.1
parentb0bd42d32276eb37cbd6175915c9e5ada6213486 (diff)
downloadtxr-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.116
1 files changed, 16 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 7c1ec319..07f6d951 100644
--- a/txr.1
+++ b/txr.1
@@ -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 )