From 4d4aa339451a21434f63dfc5a3e95b7ad6c65dc8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 17 Nov 2018 09:39:02 -0800 Subject: doc: move functionp * txr.1: functionp belongs under Functions, not Global Environment. --- txr.1 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/txr.1 b/txr.1 index 933e32c1..f9c186df 100644 --- a/txr.1 +++ b/txr.1 @@ -14207,6 +14207,20 @@ argument is not given any special syntactic treatment at all) while the Lisp-2 foundation provides a traditional Lisp environment with its "natural hygiene". +.coNP Function @ functionp +.synb +.mets (functionp << obj ) +.syne +.desc +The +.code functionp +function returns +.code t +if +.meta obj +is a function, otherwise it returns +.codn nil . + .coNP Function @ copy-fun .synb .mets (copy-fun << function ) @@ -16941,20 +16955,6 @@ function The environment object holds the captured bindings of a lexical closure. -.coNP Function @ functionp -.synb -.mets (functionp << obj ) -.syne -.desc -The -.code functionp -function returns -.code t -if -.meta obj -is a function, otherwise it returns -.codn nil . - .coNP Function @ interp-fun-p .synb .mets (interp-fun-p << obj ) -- cgit v1.2.3