diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-20 07:36:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-20 07:36:43 -0800 |
commit | 35e9e76cd262cd67719019199cc7dd84ffc43aac (patch) | |
tree | 23e5f06fb810555c93f22c9c1bd6adf0d7f162ca | |
parent | 18c10df68095f97b1c2168b2a0dad7fdeb8729c0 (diff) | |
download | txr-35e9e76cd262cd67719019199cc7dd84ffc43aac.tar.gz txr-35e9e76cd262cd67719019199cc7dd84ffc43aac.tar.bz2 txr-35e9e76cd262cd67719019199cc7dd84ffc43aac.zip |
Missing word.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |