From 46bea2a664da70d4326206295fa4f3d54e66ab87 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 29 Aug 2017 18:52:25 -0700 Subject: doc: remove wrong/outdated claim under op macro. * txr.1: the quasiliteral `rest: @rest` and `rest: @@rest` in fact produce the same result. Remove text which claims that the second one is erroneous. --- txr.1 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/txr.1 b/txr.1 index c2fa3e18..8efcfd10 100644 --- a/txr.1 +++ b/txr.1 @@ -39910,18 +39910,7 @@ embeds a metasymbol into the quasiliteral structure, whereas .code @@rest embeds the Lisp expression .code @rest -into the quasiliteral. In ordinary circumstances, the former refers to the -variable -.codn rest . -Contrast the previous example with: - -.cblk - (let ((rest "0")) - `rest: @rest`) -> "rest: 0" - - (let ((rest "0")) - `rest: @@rest`) -> ;; error: no such function or operator: sys:var -.cble +into the quasiliteral. Under the .code op -- cgit v1.2.3