aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-09-16 00:09:08 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-09-16 00:09:08 -0400
commit949b53916f5367e91ebe64080c4715a86d2f84e3 (patch)
treee6915daa0245c1a618a68c1fe6fb878972529068 /core/.buffer.luadoc
parent3cfdbdd31a6dff83efafa471caf8d79234052161 (diff)
downloadtextadept-949b53916f5367e91ebe64080c4715a86d2f84e3.tar.gz
textadept-949b53916f5367e91ebe64080c4715a86d2f84e3.zip
Updated some LuaDoc.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc6
1 files changed, 3 insertions, 3 deletions
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)