diff options
| author | João Távora | 2018-12-16 11:45:27 +0000 |
|---|---|---|
| committer | João Távora | 2018-12-16 11:45:27 +0000 |
| commit | 4f230e8dd551d711433e2a8095a19c2ce00c9b4c (patch) | |
| tree | d4fae48750f158df260e8a546aab435a274a55e2 | |
| parent | 61dbe6bab18a902804f5223edf8b66dacb832d03 (diff) | |
| download | emacs-4f230e8dd551d711433e2a8095a19c2ce00c9b4c.tar.gz emacs-4f230e8dd551d711433e2a8095a19c2ce00c9b4c.zip | |
Rephrase a confusing sentence in the jsonrpc.el manual
* doc/lispref/text.texi (JSONRPC Overview): Rephrase first
sentence on building JSONRPC applications.
| -rw-r--r-- | doc/lispref/text.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 6d93264758f..d0185eb08ee 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -5179,11 +5179,11 @@ class: | |||
| 5179 | 5179 | ||
| 5180 | @item A user interface for building JSONRPC applications | 5180 | @item A user interface for building JSONRPC applications |
| 5181 | 5181 | ||
| 5182 | In this scenario, the JSONRPC application instantiates | 5182 | In this scenario, the JSONRPC application selects a concrete subclass |
| 5183 | @code{jsonrpc-connection} objects of one of its concrete subclasses | 5183 | of @code{jsonrpc-connection}, and proceeds to create objects of that |
| 5184 | using @code{make-instance}. To initiate a contact to the remote | 5184 | subclass using @code{make-instance}. To initiate a contact to the |
| 5185 | endpoint, the JSONRPC application passes this object to the functions | 5185 | remote endpoint, the JSONRPC application passes this object to the |
| 5186 | @code{jsonrpc-notify'}, @code{jsonrpc-request} and | 5186 | functions @code{jsonrpc-notify'}, @code{jsonrpc-request} and |
| 5187 | @code{jsonrpc-async-request}. For handling remotely initiated | 5187 | @code{jsonrpc-async-request}. For handling remotely initiated |
| 5188 | contacts, which generally come in asynchronously, the instantiation | 5188 | contacts, which generally come in asynchronously, the instantiation |
| 5189 | should include @code{:request-dispatcher} and | 5189 | should include @code{:request-dispatcher} and |