* doc/lispref/text.texi (JSONRPC): Add missing menu.

This commit is contained in:
Glenn Morris 2018-06-30 18:51:35 -07:00
parent 64eb2fc740
commit 67afa75e2b

View file

@ -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