diff options
author | 2009-02-10 10:24:56 -0500 | |
---|---|---|
committer | 2009-02-10 10:24:56 -0500 | |
commit | ddcc45f0615ab6ba776635a15e2183f8d50401a7 (patch) | |
tree | 958e817be2c18db9005db29ddcbdeeb72350d77e /core/.textadept.lua | |
parent | 59c9eb6528d1759bc2734150cb3d99ec2e3eab5b (diff) | |
download | textadept-ddcc45f0615ab6ba776635a15e2183f8d50401a7.tar.gz textadept-ddcc45f0615ab6ba776635a15e2183f8d50401a7.zip |
Moved the textadept.locale table into the globals table.
Diffstat (limited to 'core/.textadept.lua')
-rw-r--r-- | core/.textadept.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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, ...) --- |