summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-01 14:56:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-03-01 14:56:02 -0800
commit00d6fc24dc369fedd5802ed6544b2c1a504c70f3 (patch)
treec19d45f9b60dfed0bd8910ff57a829b23477bfb1 /txr.1
parent45054b19f0d590460411fdd7cb1c85d074c942ee (diff)
downloadtxr-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.12
1 files changed, 0 insertions, 2 deletions
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])