summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-11-17 09:39:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-11-17 09:39:02 -0800
commit4d4aa339451a21434f63dfc5a3e95b7ad6c65dc8 (patch)
treeacf89c279ef4447beeb06a6eab83ce8ffc736af1
parenta5bef6eb5c7c27439ce292b1eab80acf195ca2fc (diff)
downloadtxr-4d4aa339451a21434f63dfc5a3e95b7ad6c65dc8.tar.gz
txr-4d4aa339451a21434f63dfc5a3e95b7ad6c65dc8.tar.bz2
txr-4d4aa339451a21434f63dfc5a3e95b7ad6c65dc8.zip
doc: move functionp
* txr.1: functionp belongs under Functions, not Global Environment.
-rw-r--r--txr.128
1 files 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 )