From 6a50bd506225071330ac0fe39e1247e7dc775e34 Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 10 Jun 2020 17:07:30 -0400 Subject: Revert previous commit. --- lexlua/lexer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lexlua/lexer.lua') diff --git a/lexlua/lexer.lua b/lexlua/lexer.lua index 16b1b94c7..6f88d240f 100644 --- a/lexlua/lexer.lua +++ b/lexlua/lexer.lua @@ -335,7 +335,7 @@ local M = {} -- [not]eolfilled | Does the background color extend to the end of the line? -- case:_char_ | The case of the font ('u': upper, 'l': lower, 'm': normal). -- [not]visible | Whether or not the text is visible. --- [not]changable | Whether the text is changable or read-only. +-- [not]changeable| Whether the text is changeable or read-only. -- -- Specify font colors in either "#RRGGBB" format, "0xBBGGRR" format, or the -- decimal equivalent of the latter. As with token names, LPeg patterns, and @@ -1051,7 +1051,7 @@ end -- * `case:char`: Font case ('u' for uppercase, 'l' for lowercase, and 'm' for -- mixed case). -- * `visible` or `notvisible`: Whether or not the text is visible. --- * `changable` or `notchangable`: Whether or not the text is changable or +-- * `changeable` or `notchangeable`: Whether or not the text is changeable or -- read-only. -- -- Property settings may also contain "$(property.name)" expansions for -- cgit v1.2.3