aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-04-30 21:34:21 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-04-30 21:34:21 -0400
commit8d3a7753d519dbb0511ccf47e342f2b82a724357 (patch)
tree06d6ca9135660181dbee1eb66f1d49114e469659 /core
parentf21477272c7326e5d5e6614ec64f83a2174db636 (diff)
downloadtextadept-8d3a7753d519dbb0511ccf47e342f2b82a724357.tar.gz
textadept-8d3a7753d519dbb0511ccf47e342f2b82a724357.zip
Updated documentation.
Diffstat (limited to 'core')
-rw-r--r--core/.buffer.luadoc2
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