diff options
author | 2013-10-18 10:23:57 -0400 | |
---|---|---|
committer | 2013-10-18 10:23:57 -0400 | |
commit | ee19e174bb060bbe96565af91975ed3118bc894d (patch) | |
tree | 652d622ea36690bd5f52bc938d8ec5795de31eb2 /core/.view.luadoc | |
parent | a488a97c9eb58d8e9db224f3793c74f23d26b07e (diff) | |
download | textadept-ee19e174bb060bbe96565af91975ed3118bc894d.tar.gz textadept-ee19e174bb060bbe96565af91975ed3118bc894d.zip |
More LuaDoc updates.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 9 |
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 |