From 4855644a01e254bee35e80269f0f41806fa150fb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Apr 2024 12:19:28 +0300 Subject: [PATCH] ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix. (cherry picked from commit 990d615cabbeae62366e35bc74fdb27767bb8848) --- lisp/jsonrpc.el | 4 ++-- 1 file 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 -- 2.39.5