diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:36:51 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-01-26 06:36:51 -0800 |
commit | 02ef93236f90559682d0319fb9cb7ff131c736b6 (patch) | |
tree | 70771b2b20c15417b74c03170618d4a0f7ec4725 | |
parent | cf031b8e04616fd088d5b01c1f77fac2a29eebbf (diff) | |
download | txr-02ef93236f90559682d0319fb9cb7ff131c736b6.tar.gz txr-02ef93236f90559682d0319fb9cb7ff131c736b6.tar.bz2 txr-02ef93236f90559682d0319fb9cb7ff131c736b6.zip |
doc: clarification in :maxgap example.
* txr.1: a :maxgap of zero also means that the collected items
must match immediately.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5463,7 +5463,7 @@ can be no longer than five lines. A value of .code 0 means that the collected regions must be -adjacent. For instance: +adjacent and must match right from the starting position. For instance: .cblk @(collect :maxgap 0) |