diff options
author | 2010-08-17 23:51:02 -0400 | |
---|---|---|
committer | 2010-08-17 23:51:02 -0400 | |
commit | 02a7aa860a25332c84180ec21499355bf54f5e88 (patch) | |
tree | 72c10a76d85dbe3e35ddba3b101b54aa66146116 /core/.buffer.luadoc | |
parent | 3d4c3dc0cba751e6a765ea33f6780f8d1a3fca21 (diff) | |
download | textadept-02a7aa860a25332c84180ec21499355bf54f5e88.tar.gz textadept-02a7aa860a25332c84180ec21499355bf54f5e88.zip |
Fixed LuaDoc typos.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 427b3ffa..87f338dc 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -971,7 +971,7 @@ function buffer:close() function buffer:set_lexer(lang) --- -- Replacement for buffer:get_lexer_language(). --- @param buffer The buffer to get the lexer langugae of. +-- @param buffer The buffer to get the lexer language of. function buffer:get_lexer() --- -- Returns the name of the style associated with a style number. |