projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aed440
)
; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Apr 2024 09:19:28 +0000
(12:19 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Apr 2024 09:19:28 +0000
(12:19 +0300)
lisp/jsonrpc.el
patch
|
blob
|
history
diff --git
a/lisp/jsonrpc.el
b/lisp/jsonrpc.el
index 111e58cefe2a77df9015a4e0ba3042557303fd03..9e9a5f97fd40fdc67924e43631c8ecdc95c9a5b9 100644
(file)
--- a/
lisp/jsonrpc.el
+++ b/
lisp/jsonrpc.el
@@
-592,8
+592,8
@@
connection object, called when the process dies.")
&optional cleanup)
"Wait for JSONRPC connection CONN to shutdown.
With optional CLEANUP, kill any associated buffers.
-If CONN is not shutdown within a
n
reasonable amount of time, warn
-and delete process."
+If CONN is not shutdown within a reasonable amount of time, warn
+and delete
the network
process."
(unwind-protect
(cl-loop
with proc = (jsonrpc--process conn) for i from 0