aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-14 00:08:28 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-14 00:08:28 -0400
commit11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a (patch)
tree2d8ff53f64762f45d84117bb9db6a6b34f1bd91d /core/init.lua
parent8d20bce133389221acc5de7dab7e7fabfdee24b0 (diff)
More small documentation updates.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/init.lua b/core/init.lua
index ed2f66ba..4876e2cb 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -2,7 +2,7 @@
_RELEASE = 'Textadept 11.0 alpha 3'
_COPYRIGHT =
- 'Copyright © 2007-2020 Mitchell. See LICENSE.\nhttp://foicica.com/textadept'
+ 'Copyright © 2007-2020 Mitchell. See LICENSE.\nhttps://foicica.com/textadept'
package.path = string.format('%s/core/?.lua;%s', _HOME, package.path)
@@ -96,7 +96,7 @@ end)
-- Whether or not Textadept is running in a terminal.
-- Curses feature incompatibilities are listed in the [Appendix][].
--
--- [Appendix]: manual.html#curses-compatibility
+-- [Appendix]: manual.html#terminal-version-compatibility
module('_G')]]
--[[ The tables below were defined in C.