aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/command_entry.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-12-23 23:05:55 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-12-23 23:05:55 -0500
commit65b71f8a364740f7497efa7ec01709f35b314cfa (patch)
tree08f014045f4898c181d07011173cb2fd137d3929 /modules/textadept/command_entry.lua
parentfdd68d51e9bcbaac89f77e235fef2f596aa35b97 (diff)
downloadtextadept-65b71f8a364740f7497efa7ec01709f35b314cfa.tar.gz
textadept-65b71f8a364740f7497efa7ec01709f35b314cfa.zip
Code cleanup.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r--modules/textadept/command_entry.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua
index d8a48616..4f7c6498 100644
--- a/modules/textadept/command_entry.lua
+++ b/modules/textadept/command_entry.lua
@@ -1,7 +1,7 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Modified by Jay Gould.
-local locale = _G.locale
+local L = _G.locale.localize
-- Environment for abbreviated commands.
-- @class table