aboutsummaryrefslogtreecommitdiff
path: root/core/.view.luadoc
diff options
context:
space:
mode:
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 0cf59048..abd9dbd7 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -7,10 +7,9 @@
-- While you can work with individual view instances, it is often useful to work
-- with just the global one.
-- Many of these functions and fields are derived from view-specific
--- functionality the Scintilla editing component, and additional information can
--- be found on the Scintilla website:
--- [http://scintilla.org/ScintillaDoc.html](
--- http://scintilla.org/ScintillaDoc.html)
+-- functionality of the Scintilla editing component, and additional information
+-- can be found on the
+-- [Scintilla website](https://scintilla.org/ScintillaDoc.html).
-- Note that with regard to Scintilla-specific functionality, this API is a
-- _suggestion_, not a hard requirement. All of that functionality also exists
-- in [`buffer`](), even if undocumented.