summaryrefslogtreecommitdiffstats
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
commitf4aaf5209b261d0f2a36828f455f02eec783d737 (patch)
tree5c1e9c47efcf3121b4e48f71f5f5e575ac15448d
parent3b1d997a2a2d19d8e691dff65acf8c8d5ad9c2a8 (diff)
downloadtxr-f4aaf5209b261d0f2a36828f455f02eec783d737.tar.gz
txr-f4aaf5209b261d0f2a36828f455f02eec783d737.tar.bz2
txr-f4aaf5209b261d0f2a36828f455f02eec783d737.zip
doc: vm-fun-p described.
* txr.1: Document vm-fun-p.
-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 )