From 2f53c922e6124e93ed1cfb0bd4632d6af075d5a9 Mon Sep 17 00:00:00 2001 From: Jose G Perez Taveras Date: Sun, 27 Feb 2022 19:31:49 -0500 Subject: [PATCH] docs: Fix wording of display-wttr-string --- display-wttr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display-wttr.el b/display-wttr.el index 91ed501..1c0dfcd 100644 --- a/display-wttr.el +++ b/display-wttr.el @@ -155,7 +155,7 @@ It should not be set directly, but is instead updated by the display-wttr-format)) (defun display-wttr-sentinel (process event) - "Update `display-wttr-string' only when the fetcher is done. + "Update `display-wttr-string' only when the fetcher is finished. Argument PROCESS holds the process to which this function is running. Argument EVENT passes the status of the PROCESS."