From 067b0705986572e42687334c4eaf32988f22f680 Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Sun, 1 Mar 2020 18:50:14 +0100 Subject: ; Fix some typos and doc issues (bug#40695) --- lisp/json.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/json.el') diff --git a/lisp/json.el b/lisp/json.el index 18d7fda8822..ac323dac295 100644 --- a/lisp/json.el +++ b/lisp/json.el @@ -735,7 +735,7 @@ you will get the following structure returned: OBJECT should have a structure like one returned by `json-read'. If an error is detected during encoding, an error based on -`json-error' is signalled." +`json-error' is signaled." (cond ((memq object (list t json-null json-false)) (json-encode-keyword object)) ((stringp object) (json-encode-string object)) -- cgit v1.2.3