aboutsummaryrefslogtreecommitdiff
path: root/core/events.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/events.lua
parent9e97b8fa01638740f1ab2880a6a72bd1275c6fd6 (diff)
downloadtextadept-3f3c9838290e9d3df43d94ab389646985aa4613d.tar.gz
textadept-3f3c9838290e9d3df43d94ab389646985aa4613d.zip
Renamed `_G.buffer_new()` to `buffer.new()`.
Diffstat (limited to 'core/events.lua')
-rw-r--r--core/events.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/events.lua b/core/events.lua
index 6f755110..ecc35032 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -53,7 +53,7 @@ local M = {}
-- Emitted by [`buffer:delete()`][].
-- @field BUFFER_NEW (string)
-- Called after creating a new buffer.
--- Emitted on startup and by [`new_buffer()`][].
+-- Emitted on startup and by [`buffer.new()`][].
-- @field CALL_TIP_CLICK (string)
-- Called when clicking on a calltip.
-- Arguments:
@@ -244,7 +244,7 @@ local M = {}
--
-- [`buffer:auto_c_cancel()`]: buffer.html#auto_c_cancel
-- [`view:goto_buffer()`]: view.html#goto_buffer
--- [`new_buffer()`]: _G.html#new_buffer
+-- [`buffer.new()`]: buffer.html#new
-- [`buffer:delete()`]: buffer.html#delete
-- [dwell period]: buffer.html#mouse_dwell_time
-- [`gui.menu()`]: gui.html#menu