aboutsummaryrefslogtreecommitdiff
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 10:23:57 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 10:23:57 -0400
commitee19e174bb060bbe96565af91975ed3118bc894d (patch)
tree652d622ea36690bd5f52bc938d8ec5795de31eb2 /core/.view.luadoc
parenta488a97c9eb58d8e9db224f3793c74f23d26b07e (diff)
downloadtextadept-ee19e174bb060bbe96565af91975ed3118bc894d.tar.gz
textadept-ee19e174bb060bbe96565af91975ed3118bc894d.zip
More LuaDoc updates.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index d1a09450..3a86e191 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -5,8 +5,7 @@
---
-- A Textadept view object.
-- @field size (number)
--- The pixel position of the split resizer if this view is part of a split
--- view.
+-- The split resizer's pixel position if the view is a split one.
module('view')
---
@@ -35,9 +34,9 @@ function split(view, vertical) end
function unsplit(view) end
---
--- Goes to buffer number *n* in the view.
--- *relative* indicates whether or not *n* is an index relative to the index of
--- the current buffer in `_G._BUFFERS` instead of an absolute index.
+-- Switches to buffer number *n* in the view.
+-- *relative* indicates whether or not *n* is an index relative to the current
+-- buffer's index in `_G._BUFFERS` instead of an absolute index.
-- Emits `BUFFER_BEFORE_SWITCH` and `BUFFER_AFTER_SWITCH` events.
-- @param view The view to switch buffers in.
-- @param n A relative or absolute buffer index in `_G._BUFFERS`. An absolute