aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 21:26:43 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 21:26:43 -0400
commit095980fbbc1f5f4956afdee2802b87ce45f245e7 (patch)
treef1c214a39b66bd939dde2f7deb26e449f7fe57c9 /core/.view.luadoc
parentdbef5c3fa8ca9f842f75a6db1f0aa0fb029a4be6 (diff)
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
Also removed more unused constants.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 29509f9b..d1a09450 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -36,8 +36,8 @@ function unsplit(view) end
---
-- Goes to buffer number *n* in the view.
--- If *relative* is `true`, *n* is an index relative to the index of the current
--- buffer in `_G._BUFFERS` instead of an absolute index.
+-- *relative* indicates whether or not *n* is an index relative to the index of
+-- the current buffer in `_G._BUFFERS` instead of an absolute index.
-- Emits `BUFFER_BEFORE_SWITCH` and `BUFFER_AFTER_SWITCH` events.
-- @param view The view to switch buffers in.
-- @param n A relative or absolute buffer index in `_G._BUFFERS`. An absolute