summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 73df9a06..55763a22 100644
--- a/txr.1
+++ b/txr.1
@@ -1749,7 +1749,7 @@ evaluated. Bindings extracted by a successful clause are visible the clauses
which follow, and if the directive succeeds, all of the combined bindings
emerge.
-.IP @(some [ :resolve (vars ...) ])
+.IP "@(some [ :resolve (vars ...) ])"
Each of the clauses is matched at the current position. If any of the clauses
succeed, the directive succeeds, retaining the bindings accumulated by the
successully matching clauses. Evaluation does not stop on the first successful
@@ -1811,7 +1811,7 @@ collected from that clause are retained. Any remaining clauses
after that one are not processed. If no clause matches, the
directive fails, and produces no bindings.
-.IP @(choose [ :longest <var> | :shortest <var> ])
+.IP "@(choose [ :longest <var> | :shortest <var> ])"
Each of the clauses is matched at the current position in order. In this
construct, bindings established an earlier clause are not visible to later
clauses. Although any or all of the clauses can potentially match, the clause