diff options
author | 2016-06-25 15:46:22 -0400 | |
---|---|---|
committer | 2016-06-25 15:46:22 -0400 | |
commit | 26f4d7930a68a7b14910fb6aed83f7db44bcf0e7 (patch) | |
tree | 080d35c1b04af0b3796a8d14b42dfc1d58624ad9 /core/init.lua | |
parent | 8204123d1f799ae4ffdc378ce1f53537351f7e5f (diff) | |
download | textadept-26f4d7930a68a7b14910fb6aed83f7db44bcf0e7.tar.gz textadept-26f4d7930a68a7b14910fb6aed83f7db44bcf0e7.zip |
Small code and documentation cleanup.
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/init.lua b/core/init.lua index 779dfab9..c05d6404 100644 --- a/core/init.lua +++ b/core/init.lua @@ -132,13 +132,13 @@ local view local quit --- --- Resets the Lua state by reloading all initialization scripts. +-- Resets the Lua State by reloading all initialization scripts. -- 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 --- reinitializing the Lua state. Any scripts that need to differentiate between +-- reinitializing the Lua State. Any scripts that need to differentiate between -- startup and reset can test `arg`. -- @class function -- @name reset |