summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-01-18 08:00:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-01-18 08:00:40 -0800
commitd94d72a0c6c01197dd3fb2c874ef56b94a7f815b (patch)
treefcbc8d0220ef5019f2c1fa1d13050e64c47a34d2
parent2ccd83313578670d452e788fc5240d4f1967af6f (diff)
downloadtxr-d94d72a0c6c01197dd3fb2c874ef56b94a7f815b.tar.gz
txr-d94d72a0c6c01197dd3fb2c874ef56b94a7f815b.tar.bz2
txr-d94d72a0c6c01197dd3fb2c874ef56b94a7f815b.zip
doc: mention each-match and while-match in overview.
* txr.1: In the Pattern-Matching macros overview section, mention while-match and each-match.
-rw-r--r--txr.16
1 files changed, 6 insertions, 0 deletions
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.