diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:56:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:56:02 -0800 |
commit | 00d6fc24dc369fedd5802ed6544b2c1a504c70f3 (patch) | |
tree | c19d45f9b60dfed0bd8910ff57a829b23477bfb1 /txr.1 | |
parent | 45054b19f0d590460411fdd7cb1c85d074c942ee (diff) | |
download | txr-00d6fc24dc369fedd5802ed6544b2c1a504c70f3.tar.gz txr-00d6fc24dc369fedd5802ed6544b2c1a504c70f3.tar.bz2 txr-00d6fc24dc369fedd5802ed6544b2c1a504c70f3.zip |
Confusing comment removed from examples of the op operator.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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]) |