summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-04-09 22:35:24 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-04-09 22:35:24 -0700
commita51eba8c2c878f412f3b0fd07941460cf0ebb349 (patch)
tree5c1e9c47efcf3121b4e48f71f5f5e575ac15448d /txr.1
parent2fad2d722da2817769d469f5c31734f4f18a3c2e (diff)
downloadtxr-a51eba8c2c878f412f3b0fd07941460cf0ebb349.tar.gz
txr-a51eba8c2c878f412f3b0fd07941460cf0ebb349.tar.bz2
txr-a51eba8c2c878f412f3b0fd07941460cf0ebb349.zip
doc: vm-fun-p described.
* txr.1: Document vm-fun-p.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.122
1 files changed, 22 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 33e4d837..4d4dc659 100644
--- a/txr.1
+++ b/txr.1
@@ -16676,6 +16676,28 @@ if
is an interpreted function, otherwise it returns
.codn nil .
+.coNP Function @ vm-fun-p
+.synb
+.mets (vm-fun-p << obj )
+.syne
+.desc
+The
+.code vm-fun-p
+function returns
+.code t
+if
+.meta obj
+a function compiled for the virtual machine: a function representation produced
+by means of the functions
+.codn compile-file ,
+.code compile-toplevel
+or
+.codn compile .
+If
+.meta obj
+is of any other type, the function returns
+.codn nil .
+
.coNP Function @ special-var-p
.synb
.mets (special-var-p << obj )