diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-11-17 09:39:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-11-17 09:39:02 -0800 |
commit | 4d4aa339451a21434f63dfc5a3e95b7ad6c65dc8 (patch) | |
tree | acf89c279ef4447beeb06a6eab83ce8ffc736af1 | |
parent | a5bef6eb5c7c27439ce292b1eab80acf195ca2fc (diff) | |
download | txr-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.1 | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -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 ) |