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

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

[elpa] externals/plz 709a14740f 58/81: Tidy: Docstrings


From: ELPA Syncer
Subject: [elpa] externals/plz 709a14740f 58/81: Tidy: Docstrings
Date: Wed, 11 May 2022 17:58:02 -0400 (EDT)

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

    Tidy: Docstrings
---
 plz.el | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/plz.el b/plz.el
index 06ba565564..3775863c14 100644
--- a/plz.el
+++ b/plz.el
@@ -156,14 +156,17 @@
 ;;;; Variables
 
 (defvar-local plz-else nil
-  "Callback function for errored completion of request in current curl process 
buffer.")
+  "Callback function for errored completion of request.
+Called in current curl process buffer.")
 
 (defvar-local plz-then nil
-  "Callback function for successful completion of request in current curl 
process buffer.")
+  "Callback function for successful completion of request.
+Called in current curl process buffer.")
 
 (defvar-local plz-finally nil
-  "Function called unconditionally after completion of request, after the 
then/else function.
-It is called without arguments outside the curl process buffer.")
+  "Function called unconditionally after completion of request.
+Called after the then/else function, without arguments, outside
+the curl process buffer.")
 
 ;;;; Customization
 



reply via email to

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