aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-16 17:25:51 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-16 17:25:51 -0400
commitb35a8dd225b06340022c4971471952c48380b1db (patch)
treee834bfb5b7767296f2a7bfaabde3aa99b88cf98f /core/init.lua
parent3eb130fd2ef73745b2b9f796abbce7bdd2b88632 (diff)
Minor LuaDoc updates and spelling corrections.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index 32e4090a..0619afca 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -93,7 +93,7 @@ end)
-- @field BSD (bool)
-- Whether or not Textadept is running on BSD.
-- @field CURSES (bool)
--- Whether or not Textadept is running in the terminal.
+-- Whether or not Textadept is running in a terminal.
-- Curses feature incompatibilities are listed in the [Appendix][].
--
-- [Appendix]: manual.html#Curses.Compatibility