summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-06-28 06:51:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-06-28 06:51:23 -0700
commit9127ea3ff84327cd32552b4a90d56b4bf114bb86 (patch)
treeb29e0c7fda8885b28406abc033253f2b93463365 /txr.1
parent20cff2e9c0fe22120114624ef7eff40b343d0b91 (diff)
downloadtxr-9127ea3ff84327cd32552b4a90d56b4bf114bb86.tar.gz
txr-9127ea3ff84327cd32552b4a90d56b4bf114bb86.tar.bz2
txr-9127ea3ff84327cd32552b4a90d56b4bf114bb86.zip
doc: block* isn't elided.
* txr.1: Make it clear that block* is not subject to progn-conversion.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 6e155d7b..730c4f16 100644
--- a/txr.1
+++ b/txr.1
@@ -15813,6 +15813,10 @@ as a function binding via the
operator (or the DWIM brackets notation) or via the
.code fun
operator.
+.IP 5
+The form is a
+.code block*
+form; these are spared from the optimization.
.RE
.PP
Removal of blocks under the above rules means that some use of blocks which