diff options
author | 2015-03-20 00:05:17 -0400 | |
---|---|---|
committer | 2015-03-20 00:05:17 -0400 | |
commit | 4589c1e3851e294cec040c84d6dd72efd1375b1f (patch) | |
tree | ac3a1a745aed0fb45cde5b80e56cbaeacac38c6d /core/.buffer.luadoc | |
parent | 313f5cd717aa27c1889a619a771a4e35fc0c06e9 (diff) | |
download | textadept-4589c1e3851e294cec040c84d6dd72efd1375b1f.tar.gz textadept-4589c1e3851e294cec040c84d6dd72efd1375b1f.zip |
Small documentation updates.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index bf9ecf75..ed4e3a91 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -407,7 +407,7 @@ -- pixel on either side. Similar in appearance to the non-target ranges in -- Asian language input composition. -- * `buffer.INDIC_FULLBOX` --- Similar to `INDIC_STRAIGHTBOX` but extends to the top of its line, +-- Similar to `INDIC_STRAIGHTBOX` but extends to the top of its line, -- potentially touching any similar indicators on the line above. -- * `buffer.INDIC_TEXTFORE` -- Changes the color of text to an indicator's foreground color. @@ -1819,7 +1819,7 @@ function get_text(buffer) end --- -- Moves the caret to the beginning of line number *line* and scrolls it into --- view. +-- view, regardless of whether *line* is hidden or not. -- @param buffer A buffer. -- @param line The line number in *buffer* to go to. function goto_line(buffer, line) end @@ -2591,7 +2591,7 @@ function set_selection(buffer, end_pos, start_pos) end function set_styling(buffer, length, style) end --- --- Defines the target range's beginning and end positions as *start_pos* and +-- Defines the target range's beginning and end positions as *start_pos* and -- *end_pos*, respectively. -- @param buffer A buffer. -- @param start_pos The position of the beginning of the target range. |