diff options
| author | Georgi Kirilov <in.the@repo> | 2020-02-13 20:58:09 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-02-24 10:52:14 +0100 |
| commit | f63f26aac0be25b36959112af412773561daab5e (patch) | |
| tree | e27978d1b53d368653efea994d1e7eff1da4b96b /vis-lua.c | |
| parent | a8bb508770f36f0110d9b69219dff503b4adf2a8 (diff) | |
| download | vis-f63f26aac0be25b36959112af412773561daab5e.tar.gz vis-f63f26aac0be25b36959112af412773561daab5e.tar.xz | |
lua: fix documentation typos and errors
Diffstat (limited to 'vis-lua.c')
| -rw-r--r-- | vis-lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ /*** |
