From b3cbff3e4e80aac25f922d7fec4e198c6dde95b3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 17 Aug 2020 17:56:52 -0400 Subject: Updated some documentation and use macOS instead of Mac OSX. --- core/.buffer.luadoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 8176e140..655c8820 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -14,6 +14,8 @@ -- Note that with regard to Scintilla-specific functionality, this API is a -- _suggestion_, not a hard requirement. All of that functionality also exists -- in [`view`](), even if undocumented. +-- Any buffer fields set on startup (e.g. in *~/.textadept/init.lua*) will be +-- the default, initial values for all buffers. -- @field additional_selection_typing (bool) -- Type into multiple selections. -- The default value is `false`. @@ -1830,7 +1832,7 @@ function set_encoding(buffer, encoding) end function get_lexer(buffer, current) end --- --- Associates string lexer name *name* or the auto-detected lexer name with the +-- Associates string lexer name *name* or the auto-detected lexer name with the -- buffer and then loads the appropriate language module if that module exists. -- @param buffer A buffer. -- @param name Optional string lexer name to set. If `nil`, attempts to -- cgit v1.2.3