From eb25d26856f82e61257ae5db9846e5fb3269a67a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 18:44:20 -0600 Subject: Fix docstring grammar and remove double blank line --- chime.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chime.el b/chime.el index 1599ba4..5ed6b06 100644 --- a/chime.el +++ b/chime.el @@ -616,7 +616,7 @@ for org-agenda-files to be populated)." (defun chime--time= (&rest list) "Compare timestamps. -Comparison is performed by converted each element of LIST onto string +Comparison is performed by converting each element of LIST to a string in order to ignore seconds." (->> list (--map (format-time-string "%Y-%m-%d %H:%M" it)) @@ -1310,7 +1310,6 @@ Combines keyword, tag, and custom predicate blacklists." "chime-predicate-blacklist"))) string-end))) - (defun chime-environment-regex () "Generate regex for environment variables to inject into async process." (macroexpand -- cgit v1.2.3