[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))
- [elpa] externals/plz updated (9e43e74acf -> 9e9a370830), ELPA Syncer, 2022/07/17
- [elpa] externals/plz 894168d4a2 3/7: Tidy: Docstring,
ELPA Syncer <=
- [elpa] externals/plz 3469bcdbb2 1/7: WIP: Queueing, ELPA Syncer, 2022/07/17
- [elpa] externals/plz a6cb9bd0e2 4/7: Docs: Queueing, ELPA Syncer, 2022/07/17
- [elpa] externals/plz fb1c8fdf56 2/7: WIP: Queueing II, ELPA Syncer, 2022/07/17
- [elpa] externals/plz 9a9c7bb919 5/7: Meta: 0.2-pre, ELPA Syncer, 2022/07/17
- [elpa] externals/plz 78f12d15db 6/7: Merge: Queueing, ELPA Syncer, 2022/07/17
- [elpa] externals/plz 9e9a370830 7/7: Release: 0.2, ELPA Syncer, 2022/07/17