summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 0e42967d..9f9ff8c9 100644
--- a/txr.1
+++ b/txr.1
@@ -4626,7 +4626,7 @@ such temporary variable is visible to the program. Similarly, (pop x) is much
like
(let ((temp (car x))) (set x (cdr x)) temp)
-
+
except that x is evaluated only once, and no such temporary variale
is visible to the program.