From 9507e81a075351d090fd1f4f708efd05d6470cba Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 28 Mar 2022 01:23:54 +0200 Subject: Shorten docstring that is over 80 characters wide The byte-compiler complained about it. --- elisp/geiser-connection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/geiser-connection.el b/elisp/geiser-connection.el index b269727..c1d5712 100644 --- a/elisp/geiser-connection.el +++ b/elisp/geiser-connection.el @@ -261,7 +261,7 @@ (interrupt-process proc)))) (defun geiser-con--wait (req timeout) - "Wait for the given request REQ to finish, up to TIMEOUT msecs, returning its result." + "Wait up to TIMEOUT msecs for request REQ to finish, returning its result." (let* ((con (or (geiser-con--request-connection req) (error "Geiser connection not active"))) (proc (geiser-con--connection-process con)) -- cgit v1.2.3