aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-11-11 10:00:08 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-11-11 10:00:08 -0500
commit432cd5c0fa2c2d8751d8ee7489e39fe625afd748 (patch)
tree2848835a405786c7293635e6867249930b1cf826 /core/file_io.lua
parent2670ba1b74225fdf1d9447ca773af8dab8dcb6e8 (diff)
downloadtextadept-432cd5c0fa2c2d8751d8ee7489e39fe625afd748.tar.gz
textadept-432cd5c0fa2c2d8751d8ee7489e39fe625afd748.zip
Updated documentation.
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.