From 269ea822584bcf8592ac74724f0ff29e4ff215b8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 28 Jun 2018 06:51:23 -0700 Subject: doc: block* isn't elided. * txr.1: Make it clear that block* is not subject to progn-conversion. --- txr.1 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3