aboutsummaryrefslogtreecommitdiff
path: root/core/._G.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-16 23:03:26 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-16 23:03:26 -0400
commit8a7566b91ed01957f635d21362b039cb41a76280 (patch)
tree7e65c75111e7873b10f053b46c8c8378b41b42f8 /core/._G.lua
parentc94eb63139d7ca800a05596157a65f560f610a91 (diff)
downloadtextadept-8a7566b91ed01957f635d21362b039cb41a76280.tar.gz
textadept-8a7566b91ed01957f635d21362b039cb41a76280.zip
Updated documentation.
Diffstat (limited to 'core/._G.lua')
-rw-r--r--core/._G.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/._G.lua b/core/._G.lua
index 2d78dc2e..1ee02455 100644
--- a/core/._G.lua
+++ b/core/._G.lua
@@ -55,8 +55,8 @@ function new_buffer() end
-- Resets the Lua state by reloading all init scripts.
-- Language-specific modules for opened files are NOT reloaded. Re-opening the
-- files that use them will reload those modules.
--- This function is useful for modifying init scripts (such as key_commands.lua)
--- on the fly without having to restart Textadept.
+-- This function is useful for modifying init scripts (such as keys.lua) on the
+-- fly without having to restart Textadept.
-- A global RESETTING variable is set to true when re-initing the Lua State. Any
-- scripts that need to differentiate between startup and reset can utilize this
-- variable.