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 | 3122d461fcb1c36a0ab67af4a5fdd05f32d43c27 (patch) | |
tree | d4f685cc03150e530d1bb7ad7eaf528d7241147b | |
parent | 5c6bb854ca63ec21af0d667a36dd6cdde9516bf9 (diff) | |
download | txr-3122d461fcb1c36a0ab67af4a5fdd05f32d43c27.tar.gz txr-3122d461fcb1c36a0ab67af4a5fdd05f32d43c27.tar.bz2 txr-3122d461fcb1c36a0ab67af4a5fdd05f32d43c27.zip |
doc: formatting fix under boundp.
* txr.1: Fix bad inline expression splitting.
-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 |