summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.16
1 files changed, 2 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index 8c40ac13..dd87f46d 100644
--- a/txr.1
+++ b/txr.1
@@ -43190,7 +43190,7 @@ and
.metn uv1 .
The symbol
.meta bv
-represents an unbound variables: a variable which has an existing binding,
+represents a bound variable: a variable which has an existing binding,
which can occur in the form of the ordinary notation, or the braced notation
with or without modifiers.
The notation
@@ -43259,9 +43259,7 @@ then the match is successful and
captures that prefix. The rest of the pattern
.code {P}
is then matched against the rest of the string after the prefix.
-.mono
-.meti >> @ bv {R}
-.onom
+.meIP <> `@ bv {P}`
The bound variable
.meta bv
is converted to text the manner of an ordinary quasiliteral substitution.