diff options
author | 2013-11-11 10:00:08 -0500 | |
---|---|---|
committer | 2013-11-11 10:00:08 -0500 | |
commit | 432cd5c0fa2c2d8751d8ee7489e39fe625afd748 (patch) | |
tree | 2848835a405786c7293635e6867249930b1cf826 /modules/textadept/editing.lua | |
parent | 2670ba1b74225fdf1d9447ca773af8dab8dcb6e8 (diff) | |
download | textadept-432cd5c0fa2c2d8751d8ee7489e39fe625afd748.tar.gz textadept-432cd5c0fa2c2d8751d8ee7489e39fe625afd748.zip |
Updated documentation.
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r-- | modules/textadept/editing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index 7d585694..8539f3f7 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -26,7 +26,7 @@ local M = {} -- The default value is `true`. -- @field STRIP_TRAILING_SPACES (bool) -- Strip trailing whitespace before saving files. --- The default value is `true`. +-- The default value is `false`. -- @field INDIC_BRACEMATCH (number) -- The matching brace highlight indicator number. -- @field INDIC_HIGHLIGHT (number) |