diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |