aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-13 14:06:27 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-13 14:06:27 -0400
commitde57ae800e07e36e21741ff8983f64ed24ff16f9 (patch)
tree52c145f4b83b35c8ec132f9dfb0d1d17a300da1e /core
parent0a6193a76de6aca1f17996404cc641b5a365af6f (diff)
Reverted LuaDoc for `buffer:indicator_end()`.
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 175e1098..c3059f88 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 `buffer.length + 1` if *indicator* was not found.
+-- Returns `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.