aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-22 09:39:04 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-22 09:39:04 -0400
commitd380240cb733312386a9e4f119aa02324afec417 (patch)
tree691d5de7c9e9f15e04f0587b633abc736d0bfdde /core/.buffer.luadoc
parentebbde0709763866a621ac5ee6fa8c2cb2a447bae (diff)
Fixed LuaDoc for `buffer:indicator_end()`.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 101a1d31..810075fd 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -917,7 +917,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 `1` to `32`.
--- Returns `1` if *indicator* was not found.
+-- Returns `buffer.length + 1` if *indicator* was not found.
-- @param buffer A buffer.
-- @param indicator An indicator number in the range of `1` to `32`.
-- @param pos The position in *buffer* of the indicator.