From 949b53916f5367e91ebe64080c4715a86d2f84e3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 16 Sep 2014 00:09:08 -0400 Subject: Updated some LuaDoc. --- core/.buffer.luadoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 5c092253..2fd1a409 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -186,13 +186,13 @@ -- The caret's preferred horizontal position when moving between lines. -- -- * `buffer.CARETSTICKY_OFF` --- Use the same position as on the previous line. +-- Use the same position the caret had on the previous line. -- * `buffer.CARETSTICKY_ON` -- Use the last position the caret was moved to via the mouse, left/right -- arrow keys, home/end keys, etc. Typing text does not affect the position. -- * `buffer.CARETSTICKY_WHITESPACE` --- Use the same position as on the previous line, but prior to any inserted --- indentation. +-- Use the position the caret had on the previous line, but prior to any +-- inserted indentation. -- -- The default value is `buffer.CARETSTICKY_OFF`. -- @field caret_style (number) -- cgit v1.2.3