diff options
author | 2012-12-01 18:40:57 -0500 | |
---|---|---|
committer | 2012-12-01 18:40:57 -0500 | |
commit | cd5994c518513a5adca92bdc14b6d721b95310ac (patch) | |
tree | 24a0553c91332a35788bc12ac57336b829e8fa07 /modules/textadept/editing.lua | |
parent | 6693478c076f4d58b709ac9deba809cd9d84a6ee (diff) | |
download | textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.tar.gz textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.zip |
Updated parameter LuaDoc.
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r-- | modules/textadept/editing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index 0b90369f..604819e6 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -207,7 +207,7 @@ end -- @param word_chars String of characters considered to be part of words. Since -- this string is used in a Lua pattern character set, character classes and -- ranges may be used. --- @param default_words Optional list of words considered to be in the document, +-- @param default_words Optional list of words considered to be in the buffer, -- even if they are not. Words may contain [registered images][]. -- -- [registered images]: buffer.html#register_image |