emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/geiser 9507e81a07: Shorten docstring that is over 80 chara


From: ELPA Syncer
Subject: [nongnu] elpa/geiser 9507e81a07: Shorten docstring that is over 80 characters wide
Date: Sun, 27 Mar 2022 20:58:14 -0400 (EDT)

branch: elpa/geiser
commit 9507e81a075351d090fd1f4f708efd05d6470cba
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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 b269727d6b..c1d5712d2b 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))



reply via email to

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