aboutsummaryrefslogtreecommitdiff
path: root/core/events.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/events.lua')
-rw-r--r--core/events.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.lua b/core/events.lua
index cf9f637b..a377a4e8 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -243,7 +243,7 @@ local M = {}
-- @field SAVE_POINT_REACHED (string)
-- Emitted after reaching a save point.
-- @field SUSPEND (string)
--- Emitted when suspending Textadept. If a handler returns `true`, Textadept
+-- Emitted when suspending Textadept. If any handler returns `true`, Textadept
-- does not suspend.
-- This event is only emitted by the terminal version.
-- @field UPDATE_UI (string)