From 8cb3bef141c7c2b781ce5d559a2ea27b77e88271 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 20 Nov 2012 13:46:03 -0500 Subject: Be consistent with regard to "caret" vs. "current position". --- modules/textadept/mime_types.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/mime_types.lua') diff --git a/modules/textadept/mime_types.lua b/modules/textadept/mime_types.lua index 2e07a3a4..8193bc52 100644 --- a/modules/textadept/mime_types.lua +++ b/modules/textadept/mime_types.lua @@ -109,8 +109,8 @@ local function get_style_name(buffer, style_num) end -- Contains the whitespace styles for lexers. --- These whitespace styles are used to determine the lexer at the current caret --- position since the styles have the name "[lang]_whitespace". +-- These whitespace styles are used to determine the lexer at the caret position +-- since the styles have the name "[lang]_whitespace". -- @class table -- @name ws_styles local ws_styles = {} -- cgit v1.2.3