summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-27 22:40:16 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-27 22:40:16 +0100
commitdae8d21dd291df6a6679a00be64e18bca0156576 (patch)
treeebb042b06f88fbdad31cf7ddac552952314da94c /runtime/doc/eval.txt
parent3f2a5d8dfbe2998b4d3d369c0275e2366c92666b (diff)
downloadvim-dae8d21dd291df6a6679a00be64e18bca0156576.zip
Updated runtime files
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index b05e59298..4b672bbb5 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2700,7 +2700,7 @@ ch_close({channel}) *ch_close()*
ch_evalexpr({channel}, {expr} [, {options}]) *ch_evalexpr()*
Send {expr} over {channel}. The {expr} is encoded
according to the type of channel. The function cannot be used
- with a raw channel. See |channel-use|. *E912*
+ with a raw channel. See |channel-use|.
*E917*
{options} must be a Dictionary. It must not have a "callback"
entry.
@@ -2804,7 +2804,7 @@ ch_readraw({channel} [, {options}]) *ch_readraw()*
ch_sendexpr({channel}, {expr} [, {options}]) *ch_sendexpr()*
Send {expr} over {channel}. The {expr} is encoded
according to the type of channel. The function cannot be used
- with a raw channel. See |channel-use|. *E912*
+ with a raw channel. See |channel-use|. *E912*
{options} must be a Dictionary. The "callback" item is a
Funcref or the name of a function it is invoked when the