summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-05 10:08:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-05 10:10:28 -0800
commit664957c34fedabeb853151a87e0516e0b9def888 (patch)
tree70fe06f9067ef4332f4285ecce4dd9f80c0565d3 /txr.1
parentb5ed6a353fe06cd001005a6c42a85f9abb47f756 (diff)
downloadtxr-664957c34fedabeb853151a87e0516e0b9def888.tar.gz
txr-664957c34fedabeb853151a87e0516e0b9def888.tar.bz2
txr-664957c34fedabeb853151a87e0516e0b9def888.zip
Whitespace.
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.