From 7881029601e0be941431f19f5c309455e84b551a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 7 Oct 2016 21:17:07 -0700 Subject: doc: mistakes in introduction of do operator. * txr.1: Where do is being introduced, fix a statement that about op, which should be about do. Plus fix verb agreement. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index fd9e5dce..c1fc78ce 100644 --- a/txr.1 +++ b/txr.1 @@ -34114,9 +34114,9 @@ operator with the following difference: the .meta form arguments of -.code op -are not implicitly treated as a DWIM expression, -but as an ordinary expression. In particular, this means that operator +.code do +are not implicitly treated as DWIM expressions, +but as ordinary expressions. In particular, this means that operator syntax is permitted. Note that the syntax .code "(op @1)" makes sense, since -- cgit v1.2.3