diff options
author | 2014-12-16 17:33:48 -0500 | |
---|---|---|
committer | 2014-12-16 17:33:48 -0500 | |
commit | 3f426035f8ea0f80e149867a03ed5197bedea3d0 (patch) | |
tree | d5441739563440f9a038ab97911622c987372095 /core | |
parent | 2c3c080617a9f12411577cdfd1f1ce5c17010301 (diff) | |
download | textadept-3f426035f8ea0f80e149867a03ed5197bedea3d0.tar.gz textadept-3f426035f8ea0f80e149867a03ed5197bedea3d0.zip |
Updated Luadoc; core/.buffer.luadoc
Diffstat (limited to 'core')
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 37fde7d3..2901d960 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -286,7 +286,7 @@ -- line numbers starting from zero. -- Setting expanded fold states does not toggle folds; it only updates fold -- margin markers. Use [`buffer.toggle_fold()`]() instead. --- @field fold_flags (number) +-- @field fold_flags (number, Read-only) -- Bit-mask of folding lines to draw in the buffer. -- -- * `buffer.FOLDFLAG_LINEBEFORE_EXPANDED` |