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

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

[elpa] externals/plz 894168d4a2 3/7: Tidy: Docstring


From: ELPA Syncer
Subject: [elpa] externals/plz 894168d4a2 3/7: Tidy: Docstring
Date: Sun, 17 Jul 2022 10:57:49 -0400 (EDT)

branch: externals/plz
commit 894168d4a29eb2f7d11beb9bacda198b5b1fff02
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: Docstring
---
 plz.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plz.el b/plz.el
index fe9605030b..ba0fed4bfa 100644
--- a/plz.el
+++ b/plz.el
@@ -547,11 +547,11 @@ QUEUE should be a `plz-queue' struct."
 
 (defun plz-clear (queue)
   "Clear QUEUE and return it.
-Cancels any active or pending requests (for pending requests,
+Cancels any active or pending requests.  For pending requests,
 their ELSE functions will be called with a `plz-error' struct
 with the message, \"`plz' queue cleared; request canceled.\";
-active requests will have their curl processes killed, their ELSE
-functions being called with the corresponding data)."
+active requests will have their curl processes killed and their
+ELSE functions called with the corresponding data."
   (setf (plz-queue-canceled-p queue) t)
   (dolist (request (plz-queue-active queue))
     (kill-process (plz-queued-request-process request))



reply via email to

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