vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 02b428546c9d5aa1883912ff43ef3345ffa2e748
parent 0d3b23e8b5a38c26db988bde321138707a473900
Author: Georgi Kirilov <in.the@repo>
Date:   Thu, 13 Feb 2020 20:58:09 +0200

lua: fix documentation typos and errors

Diffstat:
Mvis-lua.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vis-lua.c b/vis-lua.c @@ -1705,7 +1705,7 @@ static int window_style_define(lua_State *L) { * @function style * @tparam int id the display style as registered with @{style_define} * @tparam int start the absolute file position in bytes - * @tparam int len the length in bytes to style + * @tparam int finish the end position * @see style_define * @usage * win:style(win.STYLE_DEFAULT, 0, 10) @@ -2422,7 +2422,7 @@ static const struct luaL_Reg window_marks_funcs[] = { * @type Range */ /*** - * The being of the range. + * The beginning of the range. * @tfield int start */ /***