diff options
author | 2013-09-23 23:25:15 -0400 | |
---|---|---|
committer | 2013-09-23 23:25:15 -0400 | |
commit | 3f566741f708030014a56ad0c69e874db7ec4240 (patch) | |
tree | a1e686d8ce3d75db73c322e29fc4c1659ad72b50 /core/events.lua | |
parent | 32edfc6757c760100487e6b1dae562464ad73992 (diff) | |
download | textadept-3f566741f708030014a56ad0c69e874db7ec4240.tar.gz textadept-3f566741f708030014a56ad0c69e874db7ec4240.zip |
Code and documentation cleanup.
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.lua b/core/events.lua index 5e830c79..f4461c58 100644 --- a/core/events.lua +++ b/core/events.lua @@ -174,7 +174,7 @@ local M = {} -- * _`alt`_: The "Alt"/"Option" modifier key is held down. -- * _`meta`_: The "Control" modifier key on Mac OSX is held down. -- @field MARGIN_CLICK (string) --- Emitted when clicking the mouse inside a margin. +-- Emitted when clicking the mouse inside a sensitive margin. -- Arguments: -- -- * _`margin`_: The margin number clicked. |