diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-18 22:52:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-18 22:52:32 -0700 |
commit | 715771e5c633d2ceb1c1ad3a4a241451efd8ba86 (patch) | |
tree | 0ff0e5a95b121851be028c5673cb11ef70fdf81d | |
parent | b91a87fa1c490e0e17994f7f4f9bdb140e17f6f0 (diff) | |
download | txr-715771e5c633d2ceb1c1ad3a4a241451efd8ba86.tar.gz txr-715771e5c633d2ceb1c1ad3a4a241451efd8ba86.tar.bz2 txr-715771e5c633d2ceb1c1ad3a4a241451efd8ba86.zip |
doc: listener: parenthesis matching jumps forward also.
* txr.1: Under "Parentheses Matching" correct the introductory
sentence which misleadingly claims that parenthesis matching
jumps only backwards.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59706,7 +59706,7 @@ in that directory, then the history isn't saved. .SS* Parenthesis Matching A feature of the listener is visual parenthesis matching in the form of a -brief backward jump of the cursor. This provides a hint to the programmer, +brief forward or backward jump of the cursor. This provides a hint to the programmer, helping to prevent avoid parenthesis balancing errors. When any of the three closing characters |