aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
commit290d3fec717baf7973fce3e43fb03ac4f126880c (patch)
treeb777187d8b1be41bc133ca74d4d3abf7f429e40d /core/.buffer.luadoc
parent1db240f243f6263dc2f85b9a65c0f9615e3c7cf9 (diff)
Renamed some buffer/view fields to use American English instead of Australian.
This requires theme updates, primarily due to colour -> color.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 2fc44a69..101a1d31 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -36,16 +36,16 @@
-- autocompletion started (instead of before the word being completed).
-- This option has no effect for a user list.
-- The default value is `true`.
--- @field auto_c_case_insensitive_behaviour (number)
+-- @field auto_c_case_insensitive_behavior (number)
-- The behavior mode for a case insensitive autocompletion or user list when
-- [`buffer.auto_c_ignore_case`]() is `true`.
--
--- * `buffer.CASEINSENSITIVEBEHAVIOUR_RESPECTCASE`
+-- * `buffer.CASEINSENSITIVEBEHAVIOR_RESPECTCASE`
-- Prefer to select case-sensitive matches.
--- * `buffer.CASEINSENSITIVEBEHAVIOUR_IGNORECASE`
+-- * `buffer.CASEINSENSITIVEBEHAVIOR_IGNORECASE`
-- No preference.
--
--- The default value is `buffer.CASEINSENSITIVEBEHAVIOUR_RESPECTCASE`.
+-- The default value is `buffer.CASEINSENSITIVEBEHAVIOR_RESPECTCASE`.
-- @field auto_c_choose_single (bool)
-- Automatically choose the item in a single-item autocompletion list.
-- This option has no effect for a user list.
@@ -370,9 +370,9 @@
--
-- @field CARETSTICKY_WHITESPACE (number, Read-only)
--
--- @field CASEINSENSITIVEBEHAVIOUR_IGNORECASE (number, Read-only)
+-- @field CASEINSENSITIVEBEHAVIOR_IGNORECASE (number, Read-only)
--
--- @field CASEINSENSITIVEBEHAVIOUR_RESPECTCASE (number, Read-only)
+-- @field CASEINSENSITIVEBEHAVIOR_RESPECTCASE (number, Read-only)
--
-- @field EOL_CR (number, Read-only)
--
@@ -632,7 +632,7 @@ function clear_selections(buffer) end
-- process.
-- @param end_pos The end position of the range of text in *buffer* to process,
-- or `-1` to process from *start_pos* to the end of *buffer*.
-function colourise(buffer, start_pos, end_pos) end
+function colorize(buffer, start_pos, end_pos) end
---
-- Converts all end of line characters to those in end of line mode *mode*.
@@ -1886,7 +1886,7 @@ function set_lexer(buffer, lexer) end
-- * phases_draw
-- * position_cache
-- * primary_style_from_style
--- * print_colour_mode
+-- * print_color_mode
-- * print_magnification
-- * print_wrap_mode
-- * status