diff options
Diffstat (limited to 'modules/textadept/macros.lua')
-rw-r--r-- | modules/textadept/macros.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/macros.lua b/modules/textadept/macros.lua index 3428ef11..d1a3758f 100644 --- a/modules/textadept/macros.lua +++ b/modules/textadept/macros.lua @@ -11,8 +11,8 @@ local M = {} local recording, macro --- Commands bound to keys to ignore during macro recording, as the command(s) --- ultimately executed will be recorded in some form. +-- List of commands bound to keys to ignore during macro recording, as the +-- command(s) ultimately executed will be recorded in some form. local ignore events.connect(events.INITIALIZED, function() local m_tools = textadept.menu.menubar[_L['Tools']] |