diff options
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r-- | modules/textadept/editing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index 6c8cd680..8de26f08 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -321,7 +321,7 @@ end --- -- Reduces multiple characters occurances to just one. --- If char is not given, the character to be squeezed is the one under the +-- If char is not given, the character to be squeezed is the one behind the -- caret. -- @param char The character (integer) to be used for squeezing. function squeeze(char) |