aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-02-09 17:33:31 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-02-09 17:33:31 -0500
commit84c54c176163711aaca0300426be4994fcc0d469 (patch)
treec7b0c4fb5510fad7f687daf78e4b1ee860b67445
parentac5a4294782fb0e79f67bb863d04a567091fac38 (diff)
Updated LuaDoc; 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 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