aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-08-03 18:51:10 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-08-03 18:51:10 -0400
commitbfb36db59c432f18c9516d7307dc18ff987aa8e0 (patch)
treeedfa1ac9ca6e17ee2e20f557d221a2136e3f1b73 /modules
parent9f6ef24202a9b30a873d1b2dc070d2443b4359f8 (diff)
downloadtextadept-bfb36db59c432f18c9516d7307dc18ff987aa8e0.tar.gz
textadept-bfb36db59c432f18c9516d7307dc18ff987aa8e0.zip
Updated LuaDoc.
Diffstat (limited to 'modules')
-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 549f8ec2..1dae3999 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -591,7 +591,7 @@ end
---
-- Passes the selected text or all buffer text to string shell command *command*
-- as standard input (stdin) and replaces the input text with the command's
--- standard output (stdout). *command* may contain pipes.
+-- standard output (stdout). *command* may contain shell pipes ('|').
-- Standard input is as follows:
--
-- 1. If no text is selected, the entire buffer is used.