diff options
author | 2010-06-16 18:10:13 -0400 | |
---|---|---|
committer | 2010-06-16 18:10:13 -0400 | |
commit | c94eb63139d7ca800a05596157a65f560f610a91 (patch) | |
tree | dbfe3a8e3e48f2467fad3fe487fb0ac64aafce5c /modules/textadept/editing.lua | |
parent | 5245d1b62be50ebb2efc266eaf579b3d32a49e1f (diff) | |
download | textadept-c94eb63139d7ca800a05596157a65f560f610a91.tar.gz textadept-c94eb63139d7ca800a05596157a65f560f610a91.zip |
Code and documentation cleanup.
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) |