diff options
Diffstat (limited to 'core/file_io.lua')
-rw-r--r-- | core/file_io.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/file_io.lua b/core/file_io.lua index 62966f3a..c4aecfe3 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -25,8 +25,8 @@ -- filename. -- @field _G.events.FILE_CHANGED (string) -- Emitted when Textadept detects that an open file was modified externally. --- When connecting to this event, connect with an index of 1 to override the --- default prompt to reload the file. +-- When connecting to this event, connect with an index of 1 in order to +-- override the default prompt to reload the file. -- Arguments: -- -- * _`filename`_: The filename externally modified. |