aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 16:09:29 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 16:09:29 -0400
commit6600c4f959bb4ea91a2f632bfc5375f7e75e40c4 (patch)
tree3c108fa22c3c6d6d32ea7beef55039bd845149d5 /core/init.lua
parent7d1f21b44479d8b4484f8e27872eafd203b0e727 (diff)
downloadtextadept-6600c4f959bb4ea91a2f632bfc5375f7e75e40c4.tar.gz
textadept-6600c4f959bb4ea91a2f632bfc5375f7e75e40c4.zip
Renamed "language-specific" modules to just "language modules" in documentation.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/init.lua b/core/init.lua
index 04c3dce7..8ce4d16b 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -101,8 +101,8 @@ local quit
---
-- Resets the Lua state by reloading all initialization scripts.
--- Language-specific modules for opened files are NOT reloaded. Re-opening the
--- files that use them will reload those modules instead.
+-- Language modules for opened files are NOT reloaded. Re-opening the files that
+-- use them will reload those modules instead.
-- This function is useful for modifying user scripts (such as
-- *~/.textadept/init.lua* and *~/.textadept/modules/textadept/keys.lua*) on
-- the fly without having to restart Textadept. `arg` is set to `nil` when