diff options
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 b92907e8..30984d37 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -260,7 +260,7 @@ function M.autocomplete_word(words) end --- --- Comments or uncomments the selected lines based on the current lexer. +-- Comments or uncomments the selected lines based on the current language. -- As long as any part of a line is selected, the entire line is eligible for -- commenting/uncommenting. -- @see comment_string |