diff options
Diffstat (limited to 'core/._G.lua')
-rw-r--r-- | core/._G.lua | 4 |
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. |