diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 4f1dc7cc..93ed88d0 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -626,11 +626,6 @@ function clear_all(buffer) end function clear_document_style(buffer) end --- --- Removes all selections and moves the caret to the beginning of the buffer. --- @param buffer A buffer. -function clear_selections(buffer) end - ---- -- Instructs the lexer to style and mark fold points in the range of text -- between *start_pos* and *end_pos*. -- If *end_pos* is `-1`, styles and marks to the end of the buffer. @@ -1950,8 +1945,9 @@ function set_lexer(buffer, lexer) end -- * char_position_from_point -- * char_position_from_point_close -- * character_category_optimization --- * clear_cmd_key -- * clear_all_cmd_keys +-- * clear_cmd_key +-- * clear_selections -- * clear_tab_stops -- * copy_allow_line -- * count_code_units |