From 00d6fc24dc369fedd5802ed6544b2c1a504c70f3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 1 Mar 2012 14:56:02 -0800 Subject: Confusing comment removed from examples of the op operator. --- txr.1 | 2 -- 1 file changed, 2 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index e07a43c0..ee10d45e 100644 --- a/txr.1 +++ b/txr.1 @@ -4721,8 +4721,6 @@ symbols in the program. (op) -> invalid - ;; n-ary function that turns all its arguments into a list - (op +) -> (lambda rest [+ . rest]) (op @1 @2) -> (lambda (arg1 arg2 . rest) [arg1 arg2 . rest]) -- cgit v1.2.3