aboutsummaryrefslogtreecommitdiff
path: root/core/locale.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/locale.lua')
-rw-r--r--core/locale.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/core/locale.lua b/core/locale.lua
index 92aea70e..a2a0d9d4 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -5,13 +5,9 @@ local M = {}
--[[ This comment is for LuaDoc.
---
-- Table of all messages used by Textadept for localization.
-module('_L')]]
-
--- Markdown:
--- ## Settings
---
--- * `_NIL` [string]
+-- @field _NIL (string)
-- String returned when no localization for a given message exists.
+module('_L')]]
M._NIL = 'No Localization'