branch: externals/plz
commit d9644302c78101b50402d8448759893b5fd04759
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Tidy: Docstring
    
    Checkdoooooooc!
---
 plz.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plz.el b/plz.el
index 73e9d70319..72b8beac9e 100644
--- a/plz.el
+++ b/plz.el
@@ -256,7 +256,7 @@ connection phase and waiting to receive the response (the
 
 (cl-defmacro plz-debug (&rest args)
   ;; Copied from `ement-debug' in Ement.el, which see.
-  "Display a debug warning showing the runtime value of ARGS.
+  "Display a debug warning showing the run-time value of ARGS.
 The warning automatically includes the name of the containing
 function, and it is only displayed if `warning-minimum-log-level'
 is `:debug' at expansion time (otherwise the macro expands to a

Reply via email to