diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-08-29 18:52:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-08-29 18:52:25 -0700 |
commit | 46bea2a664da70d4326206295fa4f3d54e66ab87 (patch) | |
tree | a774a184f1e89873ce8f34543d0a9fac8dd7ad31 | |
parent | f23cb62f07a4dedf44a25d7ee36963c0944d5277 (diff) | |
download | txr-46bea2a664da70d4326206295fa4f3d54e66ab87.tar.gz txr-46bea2a664da70d4326206295fa4f3d54e66ab87.tar.bz2 txr-46bea2a664da70d4326206295fa4f3d54e66ab87.zip |
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.
-rw-r--r-- | txr.1 | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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 |