diff options
author | 2016-06-30 16:06:37 -0400 | |
---|---|---|
committer | 2016-06-30 16:06:37 -0400 | |
commit | 868d91524fc98aa851ef758763662b71bb7d43eb (patch) | |
tree | 19862809b9d6ac5d7ee997a24c83aa5a392ce79d /core/.buffer.luadoc | |
parent | 5cafa86b7d4667130e881966702893b0d1e5ef83 (diff) | |
download | textadept-868d91524fc98aa851ef758763662b71bb7d43eb.tar.gz textadept-868d91524fc98aa851ef758763662b71bb7d43eb.zip |
Small manual and LuaDoc updates.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 8060a41d..fd6a7ffd 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -240,8 +240,6 @@ -- to [`buffer.edge_colour`](). -- @field encoding (string or nil) -- The string encoding of the file, or `nil` for binary files. --- @field encoding_bom (string) --- The byte-order mark (if any) of the file. -- @field end_at_last_line (bool) -- Disable scrolling past the last line. -- The default value is `true`. @@ -767,10 +765,6 @@ -- @field style_fore (table) -- Table of foreground colors, in "0xBBGGRR" format, of text for style numbers -- from `0` to `255`. --- @field style_hot_spot (table) --- Table of flags that indicate whether or not text is clickable for style --- numbers from `0` to `255`. --- The default values are `false`. -- @field style_italic (table) -- Table of flags that indicate whether or not text is italic for style -- numbers from `0` to `255`. |