emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4f230e8: Rephrase a confusing sentence in the jsonr


From: João Távora
Subject: [Emacs-diffs] master 4f230e8: Rephrase a confusing sentence in the jsonrpc.el manual
Date: Sun, 16 Dec 2018 06:46:06 -0500 (EST)

branch: master
commit 4f230e8dd551d711433e2a8095a19c2ce00c9b4c
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Rephrase a confusing sentence in the jsonrpc.el manual
    
    * doc/lispref/text.texi (JSONRPC Overview): Rephrase first
    sentence on building JSONRPC applications.
---
 doc/lispref/text.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 6d93264..d0185eb 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -5179,11 +5179,11 @@ class:
 
 @item A user interface for building JSONRPC applications
 
-In this scenario, the JSONRPC application instantiates
address@hidden objects of one of its concrete subclasses
-using @code{make-instance}.  To initiate a contact to the remote
-endpoint, the JSONRPC application passes this object to the functions
address@hidden'}, @code{jsonrpc-request} and
+In this scenario, the JSONRPC application selects a concrete subclass
+of @code{jsonrpc-connection}, and proceeds to create objects of that
+subclass using @code{make-instance}.  To initiate a contact to the
+remote endpoint, the JSONRPC application passes this object to the
+functions @code{jsonrpc-notify'}, @code{jsonrpc-request} and
 @code{jsonrpc-async-request}.  For handling remotely initiated
 contacts, which generally come in asynchronously, the instantiation
 should include @code{:request-dispatcher} and



reply via email to

[Prev in Thread] Current Thread [Next in Thread]