diff options
author | 2013-10-29 23:41:16 -0400 | |
---|---|---|
committer | 2013-10-29 23:41:16 -0400 | |
commit | 4945513b66637ad26071838f06e44075c7d098a5 (patch) | |
tree | 59413f0ac70999aa477528ca008245c8fe4d454b /core/.buffer.luadoc | |
parent | 41115f01ea93abdb8567464197e66bb248d1f02b (diff) | |
download | textadept-4945513b66637ad26071838f06e44075c7d098a5.tar.gz textadept-4945513b66637ad26071838f06e44075c7d098a5.zip |
More documentation updates.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 1d3b946d..b1265c2e 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -66,7 +66,7 @@ -- -- The default value is `buffer.ANNOTATION_HIDDEN`. -- @field auto_c_auto_hide (bool) --- Automatically hide the autocompletion or user list when no entries match +-- Automatically cancel the autocompletion or user list when no entries match -- typed text. -- The default value is `true`. -- @field auto_c_cancel_at_start (bool) @@ -1448,7 +1448,7 @@ function fold_children(buffer, line, action) end function fold_line(buffer, line, action) end --- --- Types a Form Feed ("\f") character at the caret position. +-- Types a Form Feed character ("\f") at the caret position. -- @param buffer The buffer. function form_feed(buffer) end |