diff options
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/events.lua b/core/events.lua index babc9f0d..20cb6cb9 100644 --- a/core/events.lua +++ b/core/events.lua @@ -100,8 +100,8 @@ local M = {} -- * _`x`_: The x-coordinate of the mouse in the view. -- * _`y`_: The y-coordinate of the mouse in the view. -- @field DWELL_START (string) --- Emitted after keeping the mouse stationary for --- [`buffer.mouse_dwell_time`][] milliseconds. +-- Emitted when the mouse is stationary for [`buffer.mouse_dwell_time`][] +-- milliseconds. -- Arguments: -- -- * _`position`_: The position closest to *x* and *y*. @@ -113,7 +113,7 @@ local M = {} -- -- * _`text`_: The error message text. -- @field FIND (string) --- Emitted to find text via the Find dialog box. +-- Emitted to find text via the Find & Replace Pane. -- Arguments: -- -- * _`text`_: The text to search for. |