aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-24 09:32:10 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-24 09:32:10 -0400
commit3f3c9838290e9d3df43d94ab389646985aa4613d (patch)
treeb4ccaf9258676b0c09e3c8efb8898191673fb4ee /core/init.lua
parent9e97b8fa01638740f1ab2880a6a72bd1275c6fd6 (diff)
downloadtextadept-3f3c9838290e9d3df43d94ab389646985aa4613d.tar.gz
textadept-3f3c9838290e9d3df43d94ab389646985aa4613d.zip
Renamed `_G.buffer_new()` to `buffer.new()`.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/init.lua b/core/init.lua
index 7cb91798..68275835 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -104,15 +104,6 @@ local view
-- The functions below are Lua C functions.
---
--- Creates and returns a new buffer.
--- Emits a `BUFFER_NEW` event.
--- @return the new buffer.
--- @class function
--- @see events.BUFFER_NEW
--- @name new_buffer
-local new_buffer
-
----
-- Emits a `QUIT` event, and unless any handler returns `false`, quits
-- Textadept.
-- @see events.QUIT