aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-14 18:21:57 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-14 18:21:57 -0400
commit6169e7d42c434ef6a01b199e0f2729a25b389e43 (patch)
treee09ea3e68bb6c6962767ac8f520a97bc2e4de4bd /modules/textadept/menu.lua
parent2873c1499b1a88847b30ce93e8da3a8891754e3d (diff)
downloadtextadept-6169e7d42c434ef6a01b199e0f2729a25b389e43.tar.gz
textadept-6169e7d42c434ef6a01b199e0f2729a25b389e43.zip
Fixes from Robert Gieseke.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index de1a3a59..e3e5ee0d 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -5,7 +5,7 @@ local events = _G.events
---
-- Provides dynamic menus for Textadept.
--- This module, like ext/key_commands, should be 'require'ed last.
+-- This module, like _m.textadept.keys, should be 'require'ed last.
module('_m.textadept.menu', package.seeall)
local gui = gui