From e75b1ccf4d2581be2e055dc7a01398bd50cb464b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 18 May 2016 21:30:59 -0700 Subject: Fix outdated example. * txr.1: @ is not required on Lisp variables. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index c34aa924..fc5d693e 100644 --- a/txr.1 +++ b/txr.1 @@ -9561,7 +9561,7 @@ Bind variable to the standard input stream: .cblk - @(bind a @*stdin*) + @(bind a *stdin*) .cble Define several Lisp functions inside -- cgit v1.2.3