diff options
author | 2012-07-21 09:34:51 -0400 | |
---|---|---|
committer | 2012-07-21 09:34:51 -0400 | |
commit | 5a50a7e55b870ae66a6bb69fcd3a7bd1841f3d9b (patch) | |
tree | 7b7d99c5a42cf7597d00815f941b8070439f32d7 /core/.iconv.luadoc | |
parent | 53de5fafa2344ae17a0457a34c7a6a866f1020d1 (diff) | |
download | textadept-5a50a7e55b870ae66a6bb69fcd3a7bd1841f3d9b.tar.gz textadept-5a50a7e55b870ae66a6bb69fcd3a7bd1841f3d9b.zip |
Lua code cleanup and API changes.
Diffstat (limited to 'core/.iconv.luadoc')
-rw-r--r-- | core/.iconv.luadoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc index 0aa2b3a6..eb761d56 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -7,8 +7,7 @@ module('string') --- -- Converts a string from one character set to another using iconv. --- Valid character sets are ones GLib's `g_convert()` accepts, typically GNU --- iconv's character sets. +-- Valid character sets are GNU iconv's character sets. -- @param text The text to convert. -- @param to The character set to convert to. -- @param from The character set to convert from. |