diff options
Diffstat (limited to 'core/.buffer.luadoc')
-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 7a4529da..9a41defb 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -2711,7 +2711,7 @@ function text_range(buffer, start_pos, end_pos) end -- @param buffer A buffer. -- @param encoding The string encoding to set. Valid encodings are ones that GNU -- iconv accepts. --- @usage io.set_buffer_encoding('ASCII') +-- @usage buffer:set_encoding('ASCII') function set_encoding(buffer, encoding) end --- |