aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-16 18:10:13 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-16 18:10:13 -0400
commitc94eb63139d7ca800a05596157a65f560f610a91 (patch)
treedbfe3a8e3e48f2467fad3fe487fb0ac64aafce5c /modules/textadept/editing.lua
parent5245d1b62be50ebb2efc266eaf579b3d32a49e1f (diff)
downloadtextadept-c94eb63139d7ca800a05596157a65f560f610a91.tar.gz
textadept-c94eb63139d7ca800a05596157a65f560f610a91.zip
Code and documentation cleanup.
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r--modules/textadept/editing.lua2
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)