diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:25:38 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:25:38 -0800 |
commit | 6098401f2c37eee255be262157c2beef78903ea7 (patch) | |
tree | d4f685cc03150e530d1bb7ad7eaf528d7241147b /txr.1 | |
parent | 3d81b9553891a1ebc5065b10237186df634ef841 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |