summaryrefslogtreecommitdiff
path: root/lisp/jsonrpc.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-04-27 12:19:28 +0300
committerEli Zaretskii <eliz@gnu.org>2024-04-27 12:19:28 +0300
commit990d615cabbeae62366e35bc74fdb27767bb8848 (patch)
tree6acfd8ac50c0e3d3fa784bbd3ffc88ea5da727d8 /lisp/jsonrpc.el
parent3aed4400257a6762de96be37fa95357b5836363c (diff)
downloademacs-990d615cabbeae62366e35bc74fdb27767bb8848.tar.gz
; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix.
Diffstat (limited to 'lisp/jsonrpc.el')
-rw-r--r--lisp/jsonrpc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el
index 111e58cefe2..9e9a5f97fd4 100644
--- 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 an 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