diff options
author | 2013-10-21 16:12:30 -0400 | |
---|---|---|
committer | 2013-10-21 16:12:30 -0400 | |
commit | 2cccb55923ef95aa657ba69f12d84610a811aa6d (patch) | |
tree | 1e4af695d94173ace76a91ccdd35f74c77dd94ff /modules/textadept/editing.lua | |
parent | 814b5e96cafb83807ab1d6e3dacebe7fabc01cb1 (diff) | |
download | textadept-2cccb55923ef95aa657ba69f12d84610a811aa6d.tar.gz textadept-2cccb55923ef95aa657ba69f12d84610a811aa6d.zip |
More LuaDoc updates.
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 |