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
commit04b4435e2547295017feca83a2ce4d75e38df2b3 (patch)
treefcbc8d0220ef5019f2c1fa1d13050e64c47a34d2
parent3bcad308dba9cbe1ee6e66fc405e479c29992567 (diff)
downloadtxr-04b4435e2547295017feca83a2ce4d75e38df2b3.tar.gz
txr-04b4435e2547295017feca83a2ce4d75e38df2b3.tar.bz2
txr-04b4435e2547295017feca83a2ce4d75e38df2b3.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.