aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 23:37:50 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 23:37:50 -0500
commit66c019be32ef2f66f73821f93083760018caa2a2 (patch)
tree2f12ed839c703faaa04909580e6f80a8acbeed0a /core/.buffer.lua
parenta90bc9a983f98fed2d4f9e386a6018042e2b3611 (diff)
downloadtextadept-66c019be32ef2f66f73821f93083760018caa2a2.tar.gz
textadept-66c019be32ef2f66f73821f93083760018caa2a2.zip
Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.lua
Diffstat (limited to 'core/.buffer.lua')
-rw-r--r--core/.buffer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.lua b/core/.buffer.lua
index 2c2e88d2..085c5eaa 100644
--- a/core/.buffer.lua
+++ b/core/.buffer.lua
@@ -532,7 +532,7 @@ function buffer:get_line(line)
--- Returns the position of the end of the selection at the given line or -1.
function buffer:get_line_sel_end_position(line)
--- Returns the position of the start of the selection at the given line or -1.
-function buffer:get_line_sel_start_position()
+function buffer:get_line_sel_start_position(line)
--- Returns the value of a property.
function buffer:get_property(property)
--- Returns the value of a property with "$()" variable replacement.