diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index c405d4a1..e03691a3 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -958,8 +958,8 @@ module('buffer') --- --- Adds a new selection to a text range from *anchor* to *caret* as the main --- selection, retaining all other selections as additional selections. +-- Selects the change of text from *anchor* to *caret* as the main selection, +-- retaining all other selections as additional selections. -- Even if no text is selected, the current position counts as an empty -- selection. Use `buffer:set_selection()` first when setting a list of -- selections. @@ -1788,8 +1788,8 @@ function line_up_extend(buffer) end function line_up_rect_extend(buffer) end --- --- Joins the lines in the target range, inserting spaces in-between words on --- separate lines. +-- Joins the lines in the target range, inserting spaces in-between joined +-- words. -- @param buffer The global buffer. function lines_join(buffer) end |