From ee19e174bb060bbe96565af91975ed3118bc894d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 18 Oct 2013 10:23:57 -0400 Subject: More LuaDoc updates. --- core/.view.luadoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'core/.view.luadoc') 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 -- cgit v1.2.3