aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index 56b7519f..aebc7da9 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -134,9 +134,12 @@ local view
-- The functions below are Lua C functions.
---
--- Moves the buffer at index *from* to index *to*, shifting other buffers as necessary.
+-- Moves the buffer at index *from* to index *to* in the `_BUFFERS` table, shifting other buffers
+-- as necessary.
+-- This changes the order buffers are displayed in in the tab bar and buffer browser.
-- @param from Index of the buffer to move.
-- @param to Index to move the buffer to.
+-- @see _BUFFERS
-- @class function
-- @name move_buffer
local move_buffer