diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-05 10:08:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-05 10:10:28 -0800 |
commit | 664957c34fedabeb853151a87e0516e0b9def888 (patch) | |
tree | 70fe06f9067ef4332f4285ecce4dd9f80c0565d3 /txr.1 | |
parent | b5ed6a353fe06cd001005a6c42a85f9abb47f756 (diff) | |
download | txr-664957c34fedabeb853151a87e0516e0b9def888.tar.gz txr-664957c34fedabeb853151a87e0516e0b9def888.tar.bz2 txr-664957c34fedabeb853151a87e0516e0b9def888.zip |
Whitespace.
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. |