summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-11-22 22:25:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-11-22 22:25:38 -0800
commit6098401f2c37eee255be262157c2beef78903ea7 (patch)
treed4f685cc03150e530d1bb7ad7eaf528d7241147b /txr.1
parent3d81b9553891a1ebc5065b10237186df634ef841 (diff)
downloadtxr-6098401f2c37eee255be262157c2beef78903ea7.tar.gz
txr-6098401f2c37eee255be262157c2beef78903ea7.tar.bz2
txr-6098401f2c37eee255be262157c2beef78903ea7.zip
doc: formatting fix under boundp.
* txr.1: Fix bad inline expression splitting.
Diffstat (limited to 'txr.1')
-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