From 095980fbbc1f5f4956afdee2802b87ce45f245e7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 16 Sep 2013 21:26:43 -0400 Subject: Removed the `SC_` prefix from constants in `_SCINTILLA.constants`. Also removed more unused constants. --- core/.view.luadoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/.view.luadoc') 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 -- cgit v1.2.3