aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-05-26 18:46:48 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-05-26 18:46:48 -0400
commit7ba72017ff94dbb1de41cc7b91cd9cae3ab1e0bb (patch)
tree0e6c208fffa8c97a18de19b62aa309cc02a89ad3 /core
parent29ea6c3fb72064775b600fe7b7449f0d20f6ed7d (diff)
downloadtextadept-7ba72017ff94dbb1de41cc7b91cd9cae3ab1e0bb.tar.gz
textadept-7ba72017ff94dbb1de41cc7b91cd9cae3ab1e0bb.zip
Fixed bug that deleted characters outside of mangled snippets.
Diffstat (limited to 'core')
-rw-r--r--core/.buffer.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 29b339d9..dfaa4edf 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -1928,7 +1928,7 @@ function indicator_clear_range(buffer, pos, length) end
---
-- Returns the next boundary position, starting from position *pos*, of
-- indicator number *indicator*, in the range of `0` to `31`.
--- Returns `buffer.length` if *indicator* was not found.
+-- Returns `0` if *indicator* was not found.
-- @param buffer A buffer.
-- @param indicator An indicator number in the range of `0` to `31`.
-- @param pos The position in *buffer* of the indicator.