diff options
author | 2015-03-10 13:48:09 -0400 | |
---|---|---|
committer | 2015-03-10 13:48:09 -0400 | |
commit | 8907101cae680a017677288aff0dda4175a5e46f (patch) | |
tree | a8d99a31be87cc1c3a687388c893a3f7681a1462 /properties.lua | |
parent | 6ac71810842be3cb8845d8e8230d22300c32bc22 (diff) | |
download | textadept-8907101cae680a017677288aff0dda4175a5e46f.tar.gz textadept-8907101cae680a017677288aff0dda4175a5e46f.zip |
Stop documenting some non-useful buffer functions and fields.
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/properties.lua b/properties.lua index 26454995..9133e24a 100644 --- a/properties.lua +++ b/properties.lua @@ -68,7 +68,6 @@ buffer.annotation_visible = buffer.ANNOTATION_BOXED -- Other. buffer.buffered_draw = not CURSES and not OSX -- Quartz buffers drawing on OSX ---buffer.phases_draw = --buffer.word_chars = --buffer.whitespace_chars = --buffer.punctuation_chars = |