summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-02-09 20:14:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-02-09 20:14:02 -0800
commit4edc1091f74dc0c523063c4698422674c635f33f (patch)
tree107e1a1a3e243e35c67b8aa97a140df8e912ee0b
parent125f127b2509f69061abe5103b7406e625a75ee3 (diff)
downloadtxr-4edc1091f74dc0c523063c4698422674c635f33f.tar.gz
txr-4edc1091f74dc0c523063c4698422674c635f33f.tar.bz2
txr-4edc1091f74dc0c523063c4698422674c635f33f.zip
doc: fix match-case intro sentence.
* txr.1: "the match-case macro", not "the match-case".
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index ae62ba3e..3e344780 100644
--- a/txr.1
+++ b/txr.1
@@ -40881,7 +40881,7 @@ if it is not specified.
.desc
The
.code match-case
-successively matches the value of
+macro successively matches the value of
.meta expr
against zero or more patterns.