aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/._M.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 16:09:53 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 16:09:53 -0500
commit5b2511834db13d21724314c20be06aa71afdee2b (patch)
tree8235872dd868dd2bf87592a0b2ac0a11bf945f2c /core/._M.luadoc
parentb4a67ffb3aedafcd778ad853246f8119f7e5e9e6 (diff)
Removed '_' mnemonics from locale keys.
Kept backward-compatibility for now.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r--core/._M.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index 44f39807..bc6f81cf 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -130,7 +130,7 @@
-- {'Item 1', function() ... end},
-- {'Item 2', function() ... end}
-- }
--- local tools = textadept.menu.menubar[_L['_Tools']]
+-- local tools = textadept.menu.menubar[_L['Tools']]
-- tools[#tools + 1] = lua_menu
-- textadept.menu.context_menu[#textadept.menu.context_menu + 1] = lua_menu
module('_M')]]