diff runtime/doc/usr_41.txt @ 9319:1472ed67c36f

commit https://github.com/vim/vim/commit/a02a551e18209423584fcb923e93c6be18f3aa45 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 12:48:11 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Jun 2016 13:00:06 +0200
parents 64035abb986b
children be72f4201a1d
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1,4 +1,4 @@
-*usr_41.txt*	For Vim version 7.4.  Last change: 2016 Jun 11
+*usr_41.txt*	For Vim version 7.4.  Last change: 2016 Jun 13
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -938,8 +938,8 @@ Inter-process communication:		    *chann
 	ch_log()		write a message in the channel log file
 	ch_logfile()		set the channel log file
 	ch_setoptions()		set the options for a channel
-	jsonencode()		encode an expression to a JSON string
-	jsondecode()		decode a JSON string to Vim types
+	json_encode()		encode an expression to a JSON string
+	json_decode()		decode a JSON string to Vim types
 	js_encode()		encode an expression to a JSON string
 	js_decode()		decode a JSON string to Vim types