diff options
author | 2012-10-30 20:45:41 -0400 | |
---|---|---|
committer | 2012-10-30 20:45:41 -0400 | |
commit | 91d84c4643618e080e1f9abb70416ada5d03db73 (patch) | |
tree | 4b60592ef4966076423aa02165a4f2cabf8e0bbe /core/.iconv.luadoc | |
parent | 8020ef7e08d812ac28d5c5ff12d311d1ee3b39a6 (diff) | |
download | textadept-91d84c4643618e080e1f9abb70416ada5d03db73.tar.gz textadept-91d84c4643618e080e1f9abb70416ada5d03db73.zip |
Continued updating documentation formatting.
Diffstat (limited to 'core/.iconv.luadoc')
-rw-r--r-- | core/.iconv.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc index fcf199ca..78616a30 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -2,7 +2,7 @@ -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- string table. ---- Extends Lua's `string` package to provide character set conversions. +--- Extends Lua's `string` library to provide character set conversions. module('string') --- |