From 3122d461fcb1c36a0ab67af4a5fdd05f32d43c27 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 22 Nov 2016 22:25:38 -0800 Subject: doc: formatting fix under boundp. * txr.1: Fix bad inline expression splitting. --- txr.1 | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3