From d94d72a0c6c01197dd3fb2c874ef56b94a7f815b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 18 Jan 2022 08:00:40 -0800 Subject: doc: mention each-match and while-match in overview. * txr.1: In the Pattern-Matching macros overview section, mention while-match and each-match. --- txr.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/txr.1 b/txr.1 index 3439afbc..267b66dc 100644 --- a/txr.1 +++ b/txr.1 @@ -43035,6 +43035,12 @@ and .code defun-match provides a way to define a top-level function using the same concept. +Additionally, there exist +.code each-match +and +.code while-match +macro families. + .NP* Syntax and Key Concepts \*(TL's structural pattern-matching notation is template-based. -- cgit v1.2.3