aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
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.