diff options
author | 2020-08-17 17:56:52 -0400 | |
---|---|---|
committer | 2020-08-17 17:56:52 -0400 | |
commit | b3cbff3e4e80aac25f922d7fec4e198c6dde95b3 (patch) | |
tree | 603046d1d885a29b1fd3cba1c8a47eca220710e2 /core/.buffer.luadoc | |
parent | f7855153d938c99d506ad363e889031e1e9420a3 (diff) | |
download | textadept-b3cbff3e4e80aac25f922d7fec4e198c6dde95b3.tar.gz textadept-b3cbff3e4e80aac25f922d7fec4e198c6dde95b3.zip |
Updated some documentation and use macOS instead of Mac OSX.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |