emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 990d615cabb 2/2: ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix.


From: Eli Zaretskii
Subject: master 990d615cabb 2/2: ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix.
Date: Sat, 27 Apr 2024 05:19:47 -0400 (EDT)

branch: master
commit 990d615cabbeae62366e35bc74fdb27767bb8848
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix.
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]