diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-18 21:30:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-18 21:30:59 -0700 |
commit | e75b1ccf4d2581be2e055dc7a01398bd50cb464b (patch) | |
tree | 3e7cdea0158a4cbe924e7c121d775a3af75e3284 /txr.1 | |
parent | 2363e167cd8e4aa642cddb677d92f3d636382630 (diff) | |
download | txr-e75b1ccf4d2581be2e055dc7a01398bd50cb464b.tar.gz txr-e75b1ccf4d2581be2e055dc7a01398bd50cb464b.tar.bz2 txr-e75b1ccf4d2581be2e055dc7a01398bd50cb464b.zip |
Fix outdated example.
* txr.1: @ is not required on Lisp
variables.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9561,7 +9561,7 @@ Bind variable to the standard input stream: .cblk - @(bind a @*stdin*) + @(bind a *stdin*) .cble Define several Lisp functions inside |