aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-21 16:12:30 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-21 16:12:30 -0400
commit2cccb55923ef95aa657ba69f12d84610a811aa6d (patch)
tree1e4af695d94173ace76a91ccdd35f74c77dd94ff /modules/textadept/editing.lua
parent814b5e96cafb83807ab1d6e3dacebe7fabc01cb1 (diff)
downloadtextadept-2cccb55923ef95aa657ba69f12d84610a811aa6d.tar.gz
textadept-2cccb55923ef95aa657ba69f12d84610a811aa6d.zip
More LuaDoc updates.
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r--modules/textadept/editing.lua2
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