diff runtime/doc/eval.txt @ 8303:88207f4b861a

commit https://github.com/vim/vim/commit/dae8d21dd291df6a6679a00be64e18bca0156576 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 22:40:16 2016 +0100 Updated runtime files
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 22:45:05 +0100
parents ac0c43e7af20
children 1bf1b88968a2
line wrap: on
line diff
--- 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}])			*c
 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