From: Glenn Morris Date: Sun, 1 Jul 2018 01:51:35 +0000 (-0700) Subject: * doc/lispref/text.texi (JSONRPC): Add missing menu. X-Git-Tag: emacs-27.0.90~4739 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67afa75e2b97c08976f0e5a8502dac5851d45f93;p=emacs.git * doc/lispref/text.texi (JSONRPC): Add missing menu. --- 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