aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-12-24 15:49:03 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2014-12-24 15:49:03 -0500
commit8070edb05a8bfa1579adda47188303812248807a (patch)
tree9feb96e53f58696b53ff0a29e241ebfba1a16a9e /modules/textadept
parent925e72da547c544ea8b250e1714f18f90e9cc76f (diff)
downloadtextadept-8070edb05a8bfa1579adda47188303812248807a.tar.gz
textadept-8070edb05a8bfa1579adda47188303812248807a.zip
Small code and documentation cleanup.
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 3e66ed27..a770237a 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -58,7 +58,7 @@ local menubar = {
{_L['Toggle _Block Comment'], editing.block_comment},
{_L['T_ranspose Characters'], editing.transpose_chars},
{_L['_Join Lines'], editing.join_lines},
- {_L['_Filter Through'],
+ {_L['_Filter Through'],
{ui.command_entry.enter_mode, 'filter_through', 'bash'}},
{ title = _L['_Select'],
{_L['Select to _Matching Brace'], {editing.match_brace, 'select'}},