From 35e9e76cd262cd67719019199cc7dd84ffc43aac Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 20 Jan 2010 07:36:43 -0800 Subject: Missing word. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index 92daab58..fb0af09b 100644 --- a/txr.1 +++ b/txr.1 @@ -751,9 +751,9 @@ In .B txr, regular expression matches do not span multiple lines. The regex language has no feature for multi-line matching. However, the @(freeform) directive -allows the remaining portion of the input to be treated as one big -sequence of, in which line terminators appear as explicit -characters. Regular expressions may freely match through this sequence. +allows the remaining portion of the input to be treated as one string +in which line terminators appear as explicit characters. Regular expressions +may freely match through this sequence. It's possible for a regular expression to match an empty string. For instance, if the next input character is z, facing a -- cgit v1.2.3