aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-30 11:04:27 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-30 11:04:27 -0500
commitc352e1e45b98f31fc0fb67c7296c7ada77732777 (patch)
tree1891b567482eecd3fa7597b38690d43ad6646f05 /core/.buffer.luadoc
parent4d661eb109e242db21deb2667b60b3a3f48c2fc7 (diff)
Updated LuaDoc.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 8253f22a..e2d45e71 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -834,7 +834,7 @@ function get_text(buffer) end
---
-- Moves the caret to the beginning of line number *line* and scrolls it into
--- view, regardless of whether or not *line* is hidden.
+-- view, event if *line* is hidden.
-- @param buffer A buffer.
-- @param line The line number in *buffer* to go to.
function goto_line(buffer, line) end