diff options
author | 2013-05-15 09:48:59 -0400 | |
---|---|---|
committer | 2013-05-15 09:48:59 -0400 | |
commit | 2e9b654850264d21bf7706ed96b18c3d317e83d1 (patch) | |
tree | 2bf53eba963ec3df3c73faf5b102327ffa3c6476 /core/.buffer.luadoc | |
parent | c31ed9cfcabc665bda0d3fcd4d570b659e85f5d2 (diff) | |
download | textadept-2e9b654850264d21bf7706ed96b18c3d317e83d1.tar.gz textadept-2e9b654850264d21bf7706ed96b18c3d317e83d1.zip |
Updated old documentation.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 8db47fd4..aab6feb1 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -959,6 +959,8 @@ -- Indent wrapped lines the same as the first line. -- * `_SCINTILLA.constants.SC_WRAP_INDENT_INDENT` (2) -- Indent wrapped lines one more level than the first line. +-- +-- The default value is `0`. -- @field wrap_mode (number) -- Long line wrap mode. -- |