From c2897826d116eeeb0ff0adb35d8a2332f41b5a82 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 11 Jul 2018 19:31:47 -0700 Subject: doc: indentation issue * txr.1: Fix wrong deindentation after .RS/.RE delimited bulleted lists. A vertical space is needed in one case after a bulleted list. --- txr.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 83d79b1a..9941c972 100644 --- a/txr.1 +++ b/txr.1 @@ -15818,7 +15818,8 @@ The form is a .code block* form; these are spared from the optimization. .RE -.PP +.IP + Removal of blocks under the above rules means that some use of blocks which works in interpreted code will not work in compiled programs. Programs which adhere to the rules are not affected by such a difference. @@ -18457,6 +18458,7 @@ A non-sequence atom doesn't catenate; the situation is erroneous: .cble .RE +.IP If N arguments are specified, where N > 1, then the first N-1 arguments must be proper lists. Copies of these lists are catenated together. The last argument N, shown in the above syntax as @@ -50169,8 +50171,8 @@ whose elements are the converted pieces. For instance will convert a list of comma-separated decimal integer tokens into a list of integer objects. .RE -.PP +.IP If .code type is a function, then the option requires an argument. The argument string @@ -62224,6 +62226,7 @@ fully macro-expanded. .IP 6. No other forms are top-level forms. .RE + A top-level form is a .I primary top-level form if it doesn't contain any other top-level forms; -- cgit v1.2.3