diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 2b925504..3f39956c 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -2928,8 +2928,7 @@ function get_lexer(buffer, current) end --- -- Sets the name of the lexer used by the buffer to *lang* or the auto-detected --- language and then loads the appropriate language-specific module if the --- module exists. +-- language and then loads the appropriate language module if the module exists. -- @param buffer The global buffer. -- @param lang Optional string language name to set. If `nil`, attempts to -- auto-detect the buffer's language. |