From c5cd46eeba312af592420344423a73a652d246d0 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 16 Jul 2024 14:46:13 -0700 Subject: 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. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3