diff options
author | 2012-10-08 11:40:17 -0400 | |
---|---|---|
committer | 2012-10-08 11:40:17 -0400 | |
commit | 91fcdb58bfe43b368f1bf32edc16ed7dba8c40cd (patch) | |
tree | 18c64ae98223dbbba9bd56c98906a254c9e20d5e /core/iface.lua | |
parent | 7148f30241c81ce63fde27c230e1d9db02b19822 (diff) | |
download | textadept-91fcdb58bfe43b368f1bf32edc16ed7dba8c40cd.tar.gz textadept-91fcdb58bfe43b368f1bf32edc16ed7dba8c40cd.zip |
Use '@field' LuaDoc for events defined in modules.
Diffstat (limited to 'core/iface.lua')
-rw-r--r-- | core/iface.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/iface.lua b/core/iface.lua index db6d0f85..19af0ea8 100644 --- a/core/iface.lua +++ b/core/iface.lua @@ -5,7 +5,7 @@ local M = {} --[[ This comment is for LuaDoc. --- -- Scintilla constants, functions, and properties. --- Do not modify anything in this module. Doing so will have unpredicable +-- Do not modify anything in this module. Doing so will have unpredictable -- consequences. module('_SCINTILLA')]] |