aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-11-27 11:46:17 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-11-27 11:46:17 -0500
commit1bbcb656162d3a3219e9896edceee8659fcfc8c2 (patch)
tree9b640e83ba0f02e15c05eac0b4bd1d467e14c5f5 /core/.buffer.luadoc
parent28769fc13f379d77c6c4e443df053c8c252847c4 (diff)
Clarified some LuaDoc; core/.buffer.luadoc
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc8
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