From: Eli Zaretskii Date: Sat, 27 Apr 2024 09:19:28 +0000 (+0300) Subject: ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4855644a01e254bee35e80269f0f41806fa150fb;p=emacs.git ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix. (cherry picked from commit 990d615cabbeae62366e35bc74fdb27767bb8848) --- 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