From 664957c34fedabeb853151a87e0516e0b9def888 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 5 Dec 2011 10:08:34 -0800 Subject: Whitespace. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.1') 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. -- cgit v1.2.3