summaryrefslogtreecommitdiffstats
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
commit269ea822584bcf8592ac74724f0ff29e4ff215b8 (patch)
treeb29e0c7fda8885b28406abc033253f2b93463365
parent272f761845522099208467223b74bdaefd4737e4 (diff)
downloadtxr-269ea822584bcf8592ac74724f0ff29e4ff215b8.tar.gz
txr-269ea822584bcf8592ac74724f0ff29e4ff215b8.tar.bz2
txr-269ea822584bcf8592ac74724f0ff29e4ff215b8.zip
doc: block* isn't elided.
* txr.1: Make it clear that block* is not subject to progn-conversion.
-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