summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-07-16 14:46:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2024-07-16 14:46:13 -0700
commit759102b2cf00b102944e7f4b54eb70be40ff8326 (patch)
tree43ecb858dca8fcacc39f2399e8f6cc9a77ab73f5
parent2cef97a924e7fadd1c41e542f93fa7ad4b14959a (diff)
downloadtxr-759102b2cf00b102944e7f4b54eb70be40ff8326.tar.gz
txr-759102b2cf00b102944e7f4b54eb70be40ff8326.tar.bz2
txr-759102b2cf00b102944e7f4b54eb70be40ff8326.zip
doc: fix misleading claim about (. pattern).
* txr.1: We cannot say that (. pattern) is not a list pattern, since it is indistinguishable from pattern, which could itself be a list pattern.
-rw-r--r--txr.14
1 files changed, 3 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 746d5932..8f3c9299 100644
--- a/txr.1
+++ b/txr.1
@@ -46843,8 +46843,10 @@ The syntax
.meti (. << pattern )
.onom
is valid, but indistinguishable from
+.metn pattern .
+It is only a list pattern if
.meta pattern
-and therefore is not a list pattern.
+is a list pattern.
.TP* Examples: