diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-12-07 22:38:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-12-07 22:38:34 -0800 |
commit | ababc09540fb2fd934d2c3b23f25965319ee6aec (patch) | |
tree | ce953ecc680f8732e29c3cd692cf3c8042b1bb9e | |
parent | 1618886a0fb697303cba1e5cb9e669e84babce68 (diff) | |
download | txr-ababc09540fb2fd934d2c3b23f25965319ee6aec.tar.gz txr-ababc09540fb2fd934d2c3b23f25965319ee6aec.tar.bz2 txr-ababc09540fb2fd934d2c3b23f25965319ee6aec.zip |
remove nonexistent function from synopsis.
* txr.1: There is no such function as range-regst.
This should be search-regst.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28798,7 +28798,7 @@ non-deterministically: .synb .mets (search-regex < string < regex >> [ start <> [ from-end ]]) .mets (range-regex < string < regex >> [ start <> [ from-end ]]) -.mets (range-regst < string < regex >> [ start <> [ from-end ]]) +.mets (search-regst < string < regex >> [ start <> [ from-end ]]) .syne .desc The |