diff options
author | 2020-09-14 00:08:28 -0400 | |
---|---|---|
committer | 2020-09-14 00:08:28 -0400 | |
commit | 11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a (patch) | |
tree | 2d8ff53f64762f45d84117bb9db6a6b34f1bd91d /core/.buffer.luadoc | |
parent | 8d20bce133389221acc5de7dab7e7fabfdee24b0 (diff) | |
download | textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.tar.gz textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.zip |
More small documentation updates.
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. |