diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-07 21:17:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-07 21:17:07 -0700 |
commit | 7881029601e0be941431f19f5c309455e84b551a (patch) | |
tree | 44835ce78fba9a49e38d98c5f968aded90586ebf | |
parent | 9424b0d60ea33427dc0063fd56a50b64033eff1a (diff) | |
download | txr-7881029601e0be941431f19f5c309455e84b551a.tar.gz txr-7881029601e0be941431f19f5c309455e84b551a.tar.bz2 txr-7881029601e0be941431f19f5c309455e84b551a.zip |
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.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |