aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/events.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-01-22 16:16:31 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-01-22 16:16:31 -0500
commit2eef170741c3ddcc4528b26b6f08750f00149bad (patch)
treef9fa1cc9591dad377ccda137211deef13324b31a /core/events.lua
parent3f75097ce48896a583fdce6df819135b98e1585f (diff)
Small code and documentation cleanup.
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)