diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 655c8820..7a70b5c4 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -8,9 +8,8 @@ -- to work with the global one. -- Many of these functions and fields are derived from buffer-specific -- functionality of the Scintilla editing component, and additional information --- can be found on the Scintilla website: --- [http://scintilla.org/ScintillaDoc.html]( --- http://scintilla.org/ScintillaDoc.html). +-- 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 [`view`](), even if undocumented. |