aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
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