diff options
author | 2014-04-30 21:34:21 -0400 | |
---|---|---|
committer | 2014-04-30 21:34:21 -0400 | |
commit | 8d3a7753d519dbb0511ccf47e342f2b82a724357 (patch) | |
tree | 06d6ca9135660181dbee1eb66f1d49114e469659 /core | |
parent | f21477272c7326e5d5e6614ec64f83a2174db636 (diff) | |
download | textadept-8d3a7753d519dbb0511ccf47e342f2b82a724357.tar.gz textadept-8d3a7753d519dbb0511ccf47e342f2b82a724357.zip |
Updated documentation.
Diffstat (limited to 'core')
-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 2f95c878..dd13b8e5 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -2676,7 +2676,7 @@ function zoom_out(buffer) end --- -- Deletes the buffer. --- **Do not call this function.** Call `buffer:close()` instead. Emits a +-- **Do not call this function.** Call `io.close_buffer()` instead. Emits a -- `BUFFER_DELETED` event. -- @param buffer A buffer. -- @see events.BUFFER_DELETED |