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 | 5fd54e1efa67ebc6330612a8b886ac63142a0752 (patch) | |
tree | 263218a73fd0641267b2bc30e24151dc5b8bf5db | |
parent | 93c019fb7e8ec9edc1eece3133e83d63ccf93b19 (diff) | |
download | txr-5fd54e1efa67ebc6330612a8b886ac63142a0752.tar.gz txr-5fd54e1efa67ebc6330612a8b886ac63142a0752.tar.bz2 txr-5fd54e1efa67ebc6330612a8b886ac63142a0752.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 |