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 | 938b1031caac9d25b86303d3787295a3b63c80cc (patch) | |
tree | 4056cc11e9e012e8b823ce816e8d699425798353 | |
parent | 724187e4d22b26cc81e1d7b0d9b95306cbddc9e2 (diff) | |
download | txr-938b1031caac9d25b86303d3787295a3b63c80cc.tar.gz txr-938b1031caac9d25b86303d3787295a3b63c80cc.tar.bz2 txr-938b1031caac9d25b86303d3787295a3b63c80cc.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 |