aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/._M.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-08-26 22:39:36 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-08-26 22:39:36 -0400
commit1e9a3d23740844003d6ef06f7a92ccbba11c71f8 (patch)
treeeee543627250334ce74e715e64705d15704b0d60 /core/._M.luadoc
parent92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26 (diff)
Forgot to update some documentation with newly renamed `LEXER_LOADED` event.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r--core/._M.luadoc5
1 files changed, 2 insertions, 3 deletions
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