diff options
author | 2012-11-20 13:46:03 -0500 | |
---|---|---|
committer | 2012-11-20 13:46:03 -0500 | |
commit | 8cb3bef141c7c2b781ce5d559a2ea27b77e88271 (patch) | |
tree | 203c0fae89962b3ff671b0dc565d0892466497d0 /modules/textadept/adeptsense.lua | |
parent | 5f98f4e9afdc411dd492d103ff7e26c258d9b935 (diff) | |
download | textadept-8cb3bef141c7c2b781ce5d559a2ea27b77e88271.tar.gz textadept-8cb3bef141c7c2b781ce5d559a2ea27b77e88271.zip |
Be consistent with regard to "caret" vs. "current position".
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r-- | modules/textadept/adeptsense.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index 5f42fcdc..7f042f98 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -315,7 +315,7 @@ local M = {} -- ### Child Language Adeptsenses -- -- When Adeptsense completion is triggered, the Adeptsense for the language at --- the *current caret position* is used, not necessarily the parent language's +-- the *caret position* is used, not necessarily the parent language's -- Adeptsense. For example, when editing CSS inside of an HTML file, the user -- expects the CSS Adeptsense to be used. However, child language Adeptsenses -- are not loaded automatically and must be loaded by the parent language |