aboutsummaryrefslogtreecommitdiff
path: root/core/.textadept.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-02-10 10:24:56 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-02-10 10:24:56 -0500
commitddcc45f0615ab6ba776635a15e2183f8d50401a7 (patch)
tree958e817be2c18db9005db29ddcbdeeb72350d77e /core/.textadept.lua
parent59c9eb6528d1759bc2734150cb3d99ec2e3eab5b (diff)
downloadtextadept-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.lua4
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, ...)
---