summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.12
1 files changed, 2 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index fe21e00d..40c96aa6 100644
--- a/txr.1
+++ b/txr.1
@@ -15066,9 +15066,11 @@ yields true if its argument has a function, macro or operator
binding. The behavior of the Common Lisp expression
.code "(fboundp x)"
in Common Lisp can be obtained in \*(TL using the
+
.cblk
(or (fboundp x) (mboundp x) (special-operator-p x))
.cble
+
expression.
The