From d38cc809fe11ce97cca9fa54e9395f1f63210156 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 14 Oct 2016 22:01:25 -0700 Subject: doc: defsymacro: runaway recursion. * txr.1: If a symbol macro expands to itself indirectly, the result isn't a loop but runaway recursion. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , -- cgit v1.2.3