aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/.buffer.luadoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index a028beb9..2e94b37c 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -852,7 +852,8 @@
-- * `buffer.VS_NOWRAPLINESTART`
-- Prevent the caret from wrapping to the previous line via
-- `buffer:char_left()` and `buffer:char_left_extend()`. This option is not
--- restricted to virtual space.
+-- restricted to virtual space and should be added to any of the above
+-- options.
--
-- When virtual space is enabled, the caret may move into the space past end
-- of line characters.
@@ -3119,7 +3120,9 @@ function set_lexer(buffer, lexer) end
-- User themes override Textadept's default themes when they have the same name.
-- If *name* contains slashes, it is assumed to be an absolute path to a theme
-- instead of a theme name.
--- Note: this function must be called on startup in order to be effective.
+-- Note: this function must be called on startup in order to be effective. Once
+-- set, it applies to all subsequent buffers, so additional calls are
+-- unnecessary.
-- @param name The name or absolute path of a theme to set.
-- @param props Optional table of theme property assignments that override the
-- theme's defaults.