summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-14 22:01:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-14 22:01:25 -0700
commit8b7a8b346d02f7c81b6078ea61fc545df55b0dc8 (patch)
tree97f8fcd4200505635277ccf1f8a22d73ae5bf526
parent1d6f0a604a5d338e0ef9e0a59c519f324afa1bb1 (diff)
downloadtxr-8b7a8b346d02f7c81b6078ea61fc545df55b0dc8.tar.gz
txr-8b7a8b346d02f7c81b6078ea61fc545df55b0dc8.tar.bz2
txr-8b7a8b346d02f7c81b6078ea61fc545df55b0dc8.zip
doc: defsymacro: runaway recursion.
* txr.1: If a symbol macro expands to itself indirectly, the result isn't a loop but runaway recursion.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 88f83971..fad9616e 100644
--- a/txr.1
+++ b/txr.1
@@ -26492,7 +26492,7 @@ form, just like
Note: if a symbol macro expands to itself directly, expansion stops. However,
if a symbol macro expands to itself through a chain of expansions,
-an infinite expansion time loop results.
+runaway expansion-time recursion will occur.
If a global variable exists by the name
.metn sym ,