From 67afa75e2b97c08976f0e5a8502dac5851d45f93 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 30 Jun 2018 18:51:35 -0700 Subject: [PATCH] * doc/lispref/text.texi (JSONRPC): Add missing menu. --- doc/lispref/text.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 5e8601083e5..825827095b4 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -5144,6 +5144,13 @@ generic @code{Remote Procedure Call} protocol designed around @acronym{JSON} objects, which you can convert to and from Lisp objects (@pxref{Parsing JSON}). +@menu +* JSONRPC Overview:: +* Process-based JSONRPC connections:: +* JSONRPC JSON object format:: +* JSONRPC deferred requests:: +@end menu + @node JSONRPC Overview @subsection Overview -- 2.39.5