From ddcc45f0615ab6ba776635a15e2183f8d50401a7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Feb 2009 10:24:56 -0500 Subject: Moved the textadept.locale table into the globals table. --- core/.textadept.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/.textadept.lua') diff --git a/core/.textadept.lua b/core/.textadept.lua index d16d61ef..a37a892c 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -108,8 +108,8 @@ function check_focused_buffer(buffer) end -- buffer, and prints to it. -- @param buffer_type String type of message buffer. -- @param ... Message strings. --- @usage textadept._print(textadept.locale.ERROR_BUFFER, error_message) --- @usage textadept._print(textadept.locale.MESSAGE_BUFFER, message) +-- @usage textadept._print(locale.ERROR_BUFFER, error_message) +-- @usage textadept._print(locale.MESSAGE_BUFFER, message) function _print(buffer_type, ...) --- -- cgit v1.2.3