diff options
author | 2009-07-19 17:11:15 -0400 | |
---|---|---|
committer | 2009-07-19 17:11:15 -0400 | |
commit | 3a8ba35148bff928929402a9234c4eb6a4cbc937 (patch) | |
tree | 7dc54fb56c198098bb0a513b531e32b53cd17f4e /core/events.lua | |
parent | 20b984c56d7f7115c78ccc35c059c7e9b2384e2d (diff) | |
download | textadept-3a8ba35148bff928929402a9234c4eb6a4cbc937.tar.gz textadept-3a8ba35148bff928929402a9234c4eb6a4cbc937.zip |
Removed [Local {function,table}] documentation from being shown in LuaDoc.
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/events.lua b/core/events.lua index e990a5c6..61ebd3ea 100644 --- a/core/events.lua +++ b/core/events.lua @@ -295,9 +295,7 @@ add_handler('buffer_new', if not ret then io.stderr:write(errmsg) end end) ---- --- [Local function] Sets the title of the Textadept window to the buffer's --- filename. +-- Sets the title of the Textadept window to the buffer's filename. -- @param buffer The currently focused buffer. local function set_title(buffer) local buffer = buffer |