diff options
Diffstat (limited to 'modules/textadept')
-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 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. |