diff options
author | 2020-09-19 21:26:58 -0400 | |
---|---|---|
committer | 2020-09-19 21:26:58 -0400 | |
commit | 7672a0928efd14872940bb48ad9860a18c470901 (patch) | |
tree | ef5e665dcf866d86610bb4a7233dfb26bfdcfad1 /core/events.lua | |
parent | 4ccfc8529a61596c0e13b7a5d4bc6803a17bc467 (diff) | |
download | textadept-7672a0928efd14872940bb48ad9860a18c470901.tar.gz textadept-7672a0928efd14872940bb48ad9860a18c470901.zip |
Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.lua b/core/events.lua index 0c4b16a5..aa486f9a 100644 --- a/core/events.lua +++ b/core/events.lua @@ -88,7 +88,7 @@ local M = {} -- * _`code`_: The text character's character code. -- @field COMMAND_TEXT_CHANGED (string) -- Emitted when the text in the command entry changes. --- `ui.command_entry:get_text()` contains the current text. +-- `ui.command_entry:get_text()` returns the current text. -- @field DOUBLE_CLICK (string) -- Emitted after double-clicking the mouse button. -- Arguments: |