summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 7 insertions, 5 deletions
diff --git a/txr.1 b/txr.1
index 1c8f20c3..bbea1fdb 100644
--- a/txr.1
+++ b/txr.1
@@ -10595,15 +10595,21 @@ font
.\}
denotes some syntactic unit: it
may be a symbol or compound form. The syntactic unit is explained
-in the Description section.
+in the corresponding Description section.
.meIP {syntax}* << word *
This indicates a repetition of zero or more of the given
syntax enclosed in the braces or syntactic unit.
+The curly braces may be omitted if the scope of the
+.code *
+is clear.
.meIP {syntax}+ << word +
This indicates a repetition of one or more of the given
syntax enclosed in the braces or syntactic unit.
+The curly braces may be omitted if the scope of the
+.code +
+is clear.
.coIP {syntax | syntax | ...}
This indicates a choice among alternatives.
@@ -10616,10 +10622,6 @@ repetition.
.meIP [syntax] <> [ word ]
Square brackets indicate optional syntax.
-.coIP alternative1 | alternative2 | ... | alternativeN
-Multiple syntactic variations allowed in one place are
-indicated as bar-separated items.
-
.meIP syntax -> < result
The arrow notation is used in examples to indicate that the evaluation
of the given syntax produces a value, whose printed representation is