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 | 9127ea3ff84327cd32552b4a90d56b4bf114bb86 (patch) | |
tree | b29e0c7fda8885b28406abc033253f2b93463365 | |
parent | 20cff2e9c0fe22120114624ef7eff40b343d0b91 (diff) | |
download | txr-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.
-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 |