diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-06-28 06:51:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-06-28 06:51:23 -0700 |
commit | 269ea822584bcf8592ac74724f0ff29e4ff215b8 (patch) | |
tree | b29e0c7fda8885b28406abc033253f2b93463365 | |
parent | 272f761845522099208467223b74bdaefd4737e4 (diff) | |
download | txr-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.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |