diff options
author | 2012-02-10 13:55:34 -0500 | |
---|---|---|
committer | 2012-02-10 13:55:34 -0500 | |
commit | b3d0b5defde02020ad41225b4b11e82c4ea90af9 (patch) | |
tree | a3f3fbfd41b21757630c1e59cbf9d9ed801fa983 /core/locale.lua | |
parent | fbcb4f5c1dcfa2ffa45fb82a3bad2e543ee071e9 (diff) | |
download | textadept-b3d0b5defde02020ad41225b4b11e82c4ea90af9.tar.gz textadept-b3d0b5defde02020ad41225b4b11e82c4ea90af9.zip |
Update LuaDoc with new formatting.
Diffstat (limited to 'core/locale.lua')
-rw-r--r-- | core/locale.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/locale.lua b/core/locale.lua index b59141f5..5448cdc4 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -10,8 +10,8 @@ module('_L')]] -- Markdown: -- # Settings -- --- * `_NIL` [string]: String returned when no localization for a given message --- exists. +-- * `_NIL` [string] +-- String returned when no localization for a given message exists. M._NIL = 'No Localization' |