branch: externals/plz commit 709a14740fa0e4584e52e97669d440eeffd83a0e Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@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