diff options
author | mitchell <70453897+667e-11@users.noreply.github.com> | 2015-02-09 17:33:31 -0500 |
---|---|---|
committer | mitchell <70453897+667e-11@users.noreply.github.com> | 2015-02-09 17:33:31 -0500 |
commit | 84c54c176163711aaca0300426be4994fcc0d469 (patch) | |
tree | c7b0c4fb5510fad7f687daf78e4b1ee860b67445 | |
parent | ac5a4294782fb0e79f67bb863d04a567091fac38 (diff) |
Updated LuaDoc; core/.buffer.luadoc
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 036bfa95..93f8148e 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -2518,7 +2518,7 @@ function scroll_to_start(buffer) end --- -- Anchors the position that `buffer.search_next()` and `buffer.search_prev()` --- start at to the caret position. +-- start at to the beginning of the current selection or caret position. -- @param buffer A buffer. function search_anchor(buffer) end |