From a54200e99b529d2fbbee6e27fabcb2e8de908c19 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 30 Aug 2013 22:26:44 -0400 Subject: Fixed incorrect constants in buffer LuaDoc; core/.buffer.luadoc --- core/.buffer.luadoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 7dabd916..676f9c26 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -861,14 +861,14 @@ -- @field wrap_indent_mode (number) -- The wrapped line indent mode. -- --- * `buffer.SC_WRAP_INDENT_FIXED` +-- * `buffer.SC_WRAPINDENT_FIXED` -- Indent wrapped lines by [`buffer.wrap_start_indent`](#wrap_start_indent). --- * `buffer.SC_WRAP_INDENT_SAME` +-- * `buffer.SC_WRAPINDENT_SAME` -- Indent wrapped lines the same as the first line. --- * `buffer.SC_WRAP_INDENT_INDENT` +-- * `buffer.SC_WRAPINDENT_INDENT` -- Indent wrapped lines one more level than the first line. -- --- The default value is `buffer.SC_WRAP_INDENT_FIXED`. +-- The default value is `buffer.SC_WRAPINDENT_FIXED`. -- @field wrap_mode (number) -- Long line wrap mode. -- -- cgit v1.2.3