aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/adeptsense.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-11-18 14:28:35 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-11-18 14:28:35 -0500
commitf75a88a3d3e0d1ecb403bbfa93062bf816c0f2a1 (patch)
treedde0adb91d1ce9e4066b3e459fa912a0e9a1a295 /modules/textadept/adeptsense.lua
parent87154e0a25d44c0d5090ca5ef84500e596beaf52 (diff)
downloadtextadept-f75a88a3d3e0d1ecb403bbfa93062bf816c0f2a1.tar.gz
textadept-f75a88a3d3e0d1ecb403bbfa93062bf816c0f2a1.zip
LuaDoc updates.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r--modules/textadept/adeptsense.lua3
1 files changed, 2 insertions, 1 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 `''`