From a51eba8c2c878f412f3b0fd07941460cf0ebb349 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 9 Apr 2018 22:35:24 -0700 Subject: doc: vm-fun-p described. * txr.1: Document vm-fun-p. --- txr.1 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 ) -- cgit v1.2.3