diff options
author | 2012-12-01 18:40:57 -0500 | |
---|---|---|
committer | 2012-12-01 18:40:57 -0500 | |
commit | cd5994c518513a5adca92bdc14b6d721b95310ac (patch) | |
tree | 24a0553c91332a35788bc12ac57336b829e8fa07 /core/.view.luadoc | |
parent | 6693478c076f4d58b709ac9deba809cd9d84a6ee (diff) | |
download | textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.tar.gz textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.zip |
Updated parameter LuaDoc.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 269c818d..818f9856 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -22,7 +22,7 @@ local buffer -- Emits a `VIEW_NEW` event. -- @param view The view to split. -- @param vertical Optional flag indicating whether or not to split the view --- vertically. The default value is `false` for horizontal. +-- vertically. The default value is `false`, for horizontal. -- @return old view and new view. -- @see events.VIEW_NEW function split(view, vertical) end @@ -42,7 +42,7 @@ function unsplit(view) end -- @param n A relative or absolute buffer index in `_G._BUFFERS`. An absolute -- index of `-1` goes to the last buffer. -- @param relative Optional flag indicating whether *n* is a relative or --- absolute index. The default value is `false` for an absolute index. +-- absolute index. The default value is `false`, for an absolute index. -- @see _G._G._BUFFERS -- @see events.BUFFER_BEFORE_SWITCH -- @see events.BUFFER_AFTER_SWITCH |