diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-12-27 21:01:31 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-12-27 21:01:31 -0800 |
commit | 9713583b2ecb7e923739099123b9d84d6cdcdad2 (patch) | |
tree | 4056cc11e9e012e8b823ce816e8d699425798353 | |
parent | d4b40ed4876a17b9c735eaa130f5145744f3172d (diff) | |
download | txr-9713583b2ecb7e923739099123b9d84d6cdcdad2.tar.gz txr-9713583b2ecb7e923739099123b9d84d6cdcdad2.tar.bz2 txr-9713583b2ecb7e923739099123b9d84d6cdcdad2.zip |
doc: stray reference to *place-macro*.
* txr.1: In description of *match-macro* fix stray copy-paste
referring to *place-macro*.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45251,7 +45251,7 @@ special variable holds the hash table of associations between symbols and pattern macro expanders. If the expression -.code "[*place-macro* 'sym]" +.code "[*match-macro* 'sym]" yields a function, then symbol .code sym has a binding as a pattern macro. If that |