]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Apr 2024 09:19:28 +0000 (12:19 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 15:04:52 +0000 (17:04 +0200)
(cherry picked from commit 990d615cabbeae62366e35bc74fdb27767bb8848)

lisp/jsonrpc.el

index 111e58cefe2a77df9015a4e0ba3042557303fd03..9e9a5f97fd40fdc67924e43631c8ecdc95c9a5b9 100644 (file)
@@ -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