From 26f4d7930a68a7b14910fb6aed83f7db44bcf0e7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jun 2016 15:46:22 -0400 Subject: Small code and documentation cleanup. --- core/events.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/events.lua') diff --git a/core/events.lua b/core/events.lua index 0569b09a..9d84a48c 100644 --- a/core/events.lua +++ b/core/events.lua @@ -117,7 +117,7 @@ local M = {} -- -- * _`text`_: The error message text. -- @field FIND (string) --- Emitted in order to find text via the Find & Replace Pane. +-- Emitted to find text via the Find & Replace Pane. -- Arguments: -- -- * _`text`_: The text to search for. @@ -191,7 +191,7 @@ local M = {} -- procedure. -- Emitted by [`quit()`](). -- @field REPLACE (string) --- Emitted in order to replace selected (found) text. +-- Emitted to replace selected (found) text. -- Arguments: -- -- * _`text`_: The replacement text. @@ -227,7 +227,7 @@ local M = {} -- + `buffer.UPDATE_CONTENT` -- Buffer contents, styling, or markers have changed. -- + `buffer.UPDATE_SELECTION` --- Buffer selection has changed. +-- Buffer selection has changed (including caret movement). -- + `buffer.UPDATE_V_SCROLL` -- Buffer has scrolled vertically. -- + `buffer.UPDATE_H_SCROLL` -- cgit v1.2.3