aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index e2c2e1ed..8e824de2 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -29,6 +29,8 @@
-- * _`filename`_: The new filename.
-- @field _G.events.FILE_CHANGED (string)
-- Emitted when Textadept detects that a file was externally modified.
+-- When connecting to this event, connect with an index of 1 to override the
+-- default prompt to reload the file.
-- Arguments:
--
-- * _`filename`_: The filename externally modified.