Runtime file updates.
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 8767d87..1c401c4 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -1,4 +1,4 @@
-*channel.txt* For Vim version 8.1. Last change: 2019 Sep 11
+*channel.txt* For Vim version 8.1. Last change: 2019 Dec 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -223,7 +223,7 @@
*E898* *E901* *E902*
If there is an error reading or writing a channel it will be closed.
-*E630* *E631*
+*E630* *E631*
==============================================================================
4. Using a JSON or JS channel *channel-use*
@@ -752,7 +752,7 @@
If you want to handle both stderr and stdout with one handler use the
"callback" option: >
- let job = job_start(command, {"callback": "MyHandler"})
+ let job = job_start(command, {"callback": "MyHandler"})
Depending on the system, starting a job can put Vim in the background, the
started job gets the focus. To avoid that, use the `foreground()` function.