aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-03-03 23:00:21 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-03-03 23:00:21 -0500
commitf642776a53f1dbefffc6cf1822161e233ebcdffd (patch)
treea5afbb482ebaab01145960a8e7b358cdf4c08fc8 /core/.buffer.luadoc
parentd4015cad4e8d3ba65e8b245014e74860114698e0 (diff)
Updated LuaDoc.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 080cfb13..ec97e5eb 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -2792,10 +2792,10 @@ function show_lines(buffer, start_line, end_line) end
-- `buffer.set_styling()`.
-- @param buffer A buffer.
-- @param position The position in *buffer* to start styling at.
--- @param style_mask The bit mask of style bits that can be set when styling.
--- @usage buffer:start_styling(0, 0xFF)
+-- @param unused Unused number. `0` can be safely used.
+-- @usage buffer:start_styling(0, 0)
-- @see set_styling
-function start_styling(buffer, position, style_mask) end
+function start_styling(buffer, position, unused) end
---
-- Moves the caret to the bottom of the page or, if already there, down one