diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-20 01:00:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-20 01:00:57 -0800 |
commit | 54d0988406a70c7849a10d9ada1dbdff761adf8f (patch) | |
tree | 263218a73fd0641267b2bc30e24151dc5b8bf5db | |
parent | 08acabfb9d6266f99ea6c3aec0040754dd68db65 (diff) | |
download | txr-54d0988406a70c7849a10d9ada1dbdff761adf8f.tar.gz txr-54d0988406a70c7849a10d9ada1dbdff761adf8f.tar.bz2 txr-54d0988406a70c7849a10d9ada1dbdff761adf8f.zip |
doc: misspelled .code macro.
* txr.1: Under @(not) operator, .cond instead of .code.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40116,7 +40116,7 @@ provides logical inverse semantics. It matches if, and only if, the does not match. Whether or not the -.cond not +.code not operator matches, no variables are bound. If the embedded .meta pattern matches, the variables which it binds are suppressed by the |