From 1bbcb656162d3a3219e9896edceee8659fcfc8c2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 27 Nov 2012 11:46:17 -0500 Subject: Clarified some LuaDoc; core/.buffer.luadoc --- core/.buffer.luadoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') 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 -- cgit v1.2.3