summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])