diff options
Diffstat (limited to 'core')
-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 |