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 | accb5eb9447d7f8bc6bfebbe9f9216df5bb536c9 (patch) | |
tree | 3e7cdea0158a4cbe924e7c121d775a3af75e3284 | |
parent | ee29bc08d315e8a12a8e8515232881e66e3351fd (diff) | |
download | txr-accb5eb9447d7f8bc6bfebbe9f9216df5bb536c9.tar.gz txr-accb5eb9447d7f8bc6bfebbe9f9216df5bb536c9.tar.bz2 txr-accb5eb9447d7f8bc6bfebbe9f9216df5bb536c9.zip |
Fix outdated example.
* txr.1: @ is not required on Lisp
variables.
-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 |