aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/adeptsense.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r--modules/textadept/adeptsense.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua
index a212381e..8564e581 100644
--- a/modules/textadept/adeptsense.lua
+++ b/modules/textadept/adeptsense.lua
@@ -328,7 +328,7 @@ local M = {}
-- user expects CSS completions. However, Textadept does not automatically load
-- child language Adeptsenses. The parent language must do this. For example:
--
--- -- In file *modules/hypertext/init.lua*.
+-- -- In file *modules/html/init.lua*.
-- -- Load CSS Adeptsense.
-- if not _M.css then _M.css = require('css') end
--