projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64eb2fc
)
* doc/lispref/text.texi (JSONRPC): Add missing menu.
author
Glenn Morris
<rgm@gnu.org>
Sun, 1 Jul 2018 01:51:35 +0000
(18:51 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 1 Jul 2018 01:51:35 +0000
(18:51 -0700)
doc/lispref/text.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/text.texi
b/doc/lispref/text.texi
index 5e8601083e533672aef310259dbb176cdfa05346..825827095b494b572bee672fcf1291df0b040de1 100644
(file)
--- 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