From e8333376c4c9a57c351d7f78724e15250b68c965 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 1 Oct 2009 11:39:41 -0400 Subject: Updated LuaDoc; core/.textadept.lua --- core/.textadept.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') 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 -- cgit v1.2.3