diff options
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r-- | modules/textadept/adeptsense.lua | 3 |
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 `''` |