diff options
author | 2009-02-14 23:37:50 -0500 | |
---|---|---|
committer | 2009-02-14 23:37:50 -0500 | |
commit | 66c019be32ef2f66f73821f93083760018caa2a2 (patch) | |
tree | 2f12ed839c703faaa04909580e6f80a8acbeed0a /core | |
parent | a90bc9a983f98fed2d4f9e386a6018042e2b3611 (diff) | |
download | textadept-66c019be32ef2f66f73821f93083760018caa2a2.tar.gz textadept-66c019be32ef2f66f73821f93083760018caa2a2.zip |
Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.lua
Diffstat (limited to 'core')
-rw-r--r-- | core/.buffer.lua | 2 |
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. |