aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-30 20:45:41 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-30 20:45:41 -0400
commit91d84c4643618e080e1f9abb70416ada5d03db73 (patch)
tree4b60592ef4966076423aa02165a4f2cabf8e0bbe /modules/textadept/editing.lua
parent8020ef7e08d812ac28d5c5ff12d311d1ee3b39a6 (diff)
downloadtextadept-91d84c4643618e080e1f9abb70416ada5d03db73.tar.gz
textadept-91d84c4643618e080e1f9abb70416ada5d03db73.zip
Continued updating documentation formatting.
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 d61ad7dc..b5887555 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -60,7 +60,7 @@ M.comment_string = {}
-- Used for auto-matching parentheses, brackets, braces, quotes, etc. Keys are
-- lexer language names and values are tables of character match pairs. A pair's
-- key is an ASCII value and the value is the string character match. The
--- defaults are "()", "[]", "{}", "''", and """".
+-- defaults are "()", "[]", "{}", "&apos;&apos;", and "&quot;&quot;".
-- This table can be populated by language-specific modules.
-- @class table
-- @name char_matches