summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index ad265ef4..dc7e78ba 100644
--- a/txr.1
+++ b/txr.1
@@ -2807,7 +2807,7 @@ This kind of definition is actually considered to be in the vertical context,
and like other directives that have special effects and that do not match
anything, it does not consume a line of input. If the above syntax were
allowed, it would mean that the line would not only define a function but also
-match "lalala". This would, in turn, would mean that the @(define) is
+match "lalala". This would, in turn, would mean that the @(define)...@(end) is
actually in horizontal mode, and so it matches a span of zero characters within
a line (which means that is would require a line of input to match: a nasty
thing for a non-matching directive to do!)