aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-08-21 23:40:01 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-08-21 23:40:01 -0400
commitc6dd9855e1a41357cf672de0b291925c456f43a4 (patch)
treeeb59a24bab2e9d42970a055aa0a27106b564bb27 /modules/textadept
parentb14e7d17b2e57507cb1f0f69e332a733be9fadb2 (diff)
downloadtextadept-c6dd9855e1a41357cf672de0b291925c456f43a4.tar.gz
textadept-c6dd9855e1a41357cf672de0b291925c456f43a4.zip
Added events defined by modules/textadept/macros.lua to the module's LuaDoc.
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/macros.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/textadept/macros.lua b/modules/textadept/macros.lua
index c97a372b..20cf1272 100644
--- a/modules/textadept/macros.lua
+++ b/modules/textadept/macros.lua
@@ -2,6 +2,10 @@
---
-- Support for recording, saving, and playing macros for the textadept module.
+--
+-- Events:
+-- macro_saved()
+-- macro_deleted()
module('_m.textadept.macros', package.seeall)
local MACRO_FILE = _HOME..'/saved_macros'