From 66c019be32ef2f66f73821f93083760018caa2a2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 14 Feb 2009 23:37:50 -0500 Subject: Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.lua --- core/.buffer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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. -- cgit v1.2.3