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 | 4518fe20b62c2c98a0d336798dcba12aa03cc6a2 (patch) | |
tree | 0ff0e5a95b121851be028c5673cb11ef70fdf81d | |
parent | 2cd35a67b02cecc67bb4c40ef3d0963a4b7483be (diff) | |
download | txr-4518fe20b62c2c98a0d336798dcba12aa03cc6a2.tar.gz txr-4518fe20b62c2c98a0d336798dcba12aa03cc6a2.tar.bz2 txr-4518fe20b62c2c98a0d336798dcba12aa03cc6a2.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 |