From 1e9a3d23740844003d6ef06f7a92ccbba11c71f8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 26 Aug 2013 22:39:36 -0400 Subject: Forgot to update some documentation with newly renamed `LEXER_LOADED` event. --- core/._M.luadoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/._M.luadoc b/core/._M.luadoc index 587898c9..a34223b3 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -53,10 +53,9 @@ -- -- By default, Textadept uses 2 spaces as indentation. If your language has -- different indentation guidelines, change them from an --- `events.LANGUAGE_MODULE_LOADED` event handler. Using tabs of width 8 would --- look like +-- `events.LEXER_LOADED` event handler. Using tabs of width 8 would look like -- --- events.connect(events.LANGUAGE_MODULE_LOADED, function(lang) +-- events.connect(events.LEXER_LOADED, function(lang) -- if lang == 'lua' then -- buffer.tab_width = 8 -- buffer.use_tabs = true -- cgit v1.2.3