aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/adeptsense.lua3
-rw-r--r--modules/textadept/find.lua4
2 files changed, 4 insertions, 3 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua
index e34efbc8..cc7c3c3c 100644
--- a/modules/textadept/adeptsense.lua
+++ b/modules/textadept/adeptsense.lua
@@ -395,7 +395,8 @@ M.FUNCTION = 'functions'
M.FIELD = 'fields'
---
--- Returns a full symbol or '' and current symbol part behind the caret or ''.
+-- Returns the full symbol or '' and the current symbol part behind the caret or
+-- ''.
-- For example: `buffer.cur` would return `'buffer'` and `'cur'`.
-- @param sense The Adeptsense returned by `adeptsense.new()`.
-- @return symbol or `''`
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index 823a2a9f..b6e471d6 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -191,7 +191,7 @@ end
-- otherwise continues an incremental search by searching for the next or
-- previous instance of string *text* depending on boolean *next*.
-- *anchor* indicates whether or not to search for *text* starting from the
--- caret position instead of the position where incremental search began at.
+-- caret position instead of the position where the incremental search began at.
-- Only the `match_case` find option is recognized. Normal command entry
-- functionality is unavailable until the search is finished by pressing `Esc`
-- (`⎋` on Mac OSX | `Esc` in curses).
@@ -378,7 +378,7 @@ end)
--[[ The functions below are Lua C functions.
---
--- Displays and focuses the Find & Replace pane.
+-- Displays and focuses the Find & Replace Pane.
-- @class function
-- @name focus
local focus