summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-07-11 19:31:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-07-11 19:31:47 -0700
commitc2897826d116eeeb0ff0adb35d8a2332f41b5a82 (patch)
tree947d078bdfe73f9ecdbf69f32cdd9301bc916501
parent2884891ad09003743454e676831f07df38c17da0 (diff)
downloadtxr-c2897826d116eeeb0ff0adb35d8a2332f41b5a82.tar.gz
txr-c2897826d116eeeb0ff0adb35d8a2332f41b5a82.tar.bz2
txr-c2897826d116eeeb0ff0adb35d8a2332f41b5a82.zip
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.
-rw-r--r--txr.17
1 files 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;