diff options
author | 2009-10-01 11:39:41 -0400 | |
---|---|---|
committer | 2009-10-01 11:39:41 -0400 | |
commit | e8333376c4c9a57c351d7f78724e15250b68c965 (patch) | |
tree | 97debf64d7f428f34f9e18ab592b4edace80d619 /core | |
parent | 64bdf875250fb348dd05fba646752e74307ab237 (diff) | |
download | textadept-e8333376c4c9a57c351d7f78724e15250b68c965.tar.gz textadept-e8333376c4c9a57c351d7f78724e15250b68c965.zip |
Updated LuaDoc; core/.textadept.lua
Diffstat (limited to 'core')
-rw-r--r-- | core/.textadept.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/.textadept.lua b/core/.textadept.lua index c1c40699..84293e2a 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -75,7 +75,7 @@ function gtkmenu(menu_table) end -- @param text The text to convert. -- @param to The character set to convert to. -- @param from The character set to convert from. -function iconv(text, to, from) +function iconv(text, to, from) end --- -- Resets the Lua state by reloading all init scripts. @@ -109,7 +109,7 @@ function check_focused_buffer(buffer) end -- @param ... Message strings. -- @usage textadept._print(locale.ERROR_BUFFER, error_message) -- @usage textadept._print(locale.MESSAGE_BUFFER, message) -function _print(buffer_type, ...) +function _print(buffer_type, ...) end --- -- Prints messages to the Textadept message buffer. @@ -121,4 +121,4 @@ function print(...) end -- Displays a CocoaDialog of a specified type with the given string arguments. -- Each argument is like a string in Lua's 'arg' table. -- @return string CocoaDialog result. -function dialog(kind, ...) +function dialog(kind, ...) end |