diff options
author | 2014-05-31 10:58:54 -0400 | |
---|---|---|
committer | 2014-05-31 10:58:54 -0400 | |
commit | 662add52092d91977dd22005bb871575aea92cc0 (patch) | |
tree | 7da83068e9d60a5ebe75e6abac1c851a6edc4c84 /core/.buffer.luadoc | |
parent | a5fcec53f1acffa80890be5f0a3ae11b6ace7fb9 (diff) | |
download | textadept-662add52092d91977dd22005bb871575aea92cc0.tar.gz textadept-662add52092d91977dd22005bb871575aea92cc0.zip |
Fixed erroneous LuaDoc.
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 --- |