diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-14 19:05:28 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-14 19:05:28 -0700 |
commit | d60455192f496e1f7de5552c435a2cd9451bd512 (patch) | |
tree | 69f1b0f203ca6156189be248de9ca1bbb223db04 | |
parent | cdf74aa59271ba3bd659ffdd504c2379bebcb1d3 (diff) | |
download | txr-d60455192f496e1f7de5552c435a2cd9451bd512.tar.gz txr-d60455192f496e1f7de5552c435a2cd9451bd512.tar.bz2 txr-d60455192f496e1f7de5552c435a2cd9451bd512.zip |
* txr.1: Corrections.
-rw-r--r-- | txr.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28628,9 +28628,9 @@ this special evaluation. .NP* Place-Expander Functions -The central design concept in \*(TL syntactic places are place-expander -function. Each compound place is defined by up to three -.IR "place-expander functions" , +The central design concept in \*(TL syntactic places are +.IR "place-expander functions" . +Each compound place is defined by up to three place-expander functions, which are associated with the place via the leftmost operator symbol of the place form. One place-expander, the .IR "update expander" , @@ -29090,7 +29090,7 @@ A full expansion, with the local macros expanded out: .cblk - (sys:expand '(swap a b))" + (sys:expand '(swap a b)) --> |